From 9a031fd4f259de04a88c734832e88331d7762d11 Mon Sep 17 00:00:00 2001 From: Sean Date: Tue, 6 Dec 2016 14:34:23 -0800 Subject: [PATCH] Explain how to uninstall more fully Based on solution that saved me: https://github.com/robbyrussell/oh-my-zsh/issues/1675 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eecde155..6aee8aa5 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,9 @@ Magic! Oh My Zsh isn't for everyone. We'll miss you, but we want to make this an easy breakup. -If you want to uninstall `oh-my-zsh`, just run `uninstall_oh_my_zsh` from the command-line. It will remove itself and revert your previous `bash` or `zsh` configuration. +If you want to uninstall `oh-my-zsh`, just run `uninstall_oh_my_zsh` from the command-line. It will remove itself from your local file system. In order to revert back to your bash system you must run the following command once oh-my-zsh is uninstalled. + +```chsh -s /bin/bash``` ## Contributing