Browse code

Changing order of loading zsh at end of install

Robby Russell authored on 31/08/2009 at 01:51:41
Showing 1 changed files
... ...
@@ -22,4 +22,6 @@ echo "Time to change your default shell to zsh!"
22 22
 chsh -s /bin/zsh
23 23
 
24 24
 echo "Hooray! Oh My Zsh has been installed."
25
-source ~/.zshrc && /bin/zsh
25
+/bin/zsh
26
+source ~/.zshrc
27
+