Browse Source

Changing order of loading zsh at end of install

master
Robby Russell 15 years ago
parent
commit
76d21ba816
  1. 4
      tools/install.sh

4
tools/install.sh

@ -22,4 +22,6 @@ echo "Time to change your default shell to zsh!" @@ -22,4 +22,6 @@ echo "Time to change your default shell to zsh!"
chsh -s /bin/zsh
echo "Hooray! Oh My Zsh has been installed."
source ~/.zshrc && /bin/zsh
/bin/zsh
source ~/.zshrc

Loading…
Cancel
Save