Explain how to uninstall more fully

Based on solution that saved me: https://github.com/robbyrussell/oh-my-zsh/issues/1675
This commit is contained in:
Sean 2016-12-06 14:34:23 -08:00 committed by GitHub
parent 6ee6a734c2
commit 9a031fd4f2

View File

@ -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. 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 ## Contributing