Skip to content

Commit

Permalink
Changing order of loading zsh at end of install
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyrussell committed Aug 31, 2009
1 parent 684eae3 commit 13ca4fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/install.sh
Expand Up @@ -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

0 comments on commit 13ca4fa

Please sign in to comment.