Skip to content

Commit

Permalink
Removing source command
Browse files Browse the repository at this point in the history
  • Loading branch information
LE Manh Cuong committed Nov 4, 2015
1 parent 53a6335 commit c25002a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c25002a

Please sign in to comment.