1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

Removing source command

This commit is contained in:
LE Manh Cuong 2015-11-04 20:36:53 +07:00
parent 53a63355be
commit c25002a13f

View file

@ -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"