diff options
author | LE Manh Cuong <manhcuongle@hotmail.com> | 2015-11-04 20:36:53 +0700 |
---|---|---|
committer | LE Manh Cuong <manhcuongle@hotmail.com> | 2015-11-04 20:36:53 +0700 |
commit | c25002a13fe5decb1d2c1501269efec97f7413c9 (patch) | |
tree | 3f15502ab08db5721bd139f07406c302af2993aa /tools/uninstall.sh | |
parent | 53a63355beb1143aa5f6759a3dfdb1d7657475fe (diff) | |
download | zsh-c25002a13fe5decb1d2c1501269efec97f7413c9.tar.gz zsh-c25002a13fe5decb1d2c1501269efec97f7413c9.tar.bz2 zsh-c25002a13fe5decb1d2c1501269efec97f7413c9.zip |
Removing `source` command
Diffstat (limited to 'tools/uninstall.sh')
-rw-r--r-- | tools/uninstall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/uninstall.sh b/tools/uninstall.sh index 132e63760..bf2244be8 100644 --- a/tools/uninstall.sh +++ b/tools/uninstall.sh @@ -21,7 +21,7 @@ if [ -f ~/.zshrc.pre-oh-my-zsh ] || [ -h ~/.zshrc.pre-oh-my-zsh ]; then mv ~/.zshrc.pre-oh-my-zsh ~/.zshrc; - . ~/.zshrc; + echo "Your original zsh config was restored. Please restart your session." else if hash chsh >/dev/null 2>&1; then echo "Switching back to bash" |