Browse code

Attempting to load zsh properly after auto-install

Robby Russell authored on 31/08/2009 at 01:49:53
Showing 1 changed files
... ...
@@ -22,4 +22,4 @@ 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
-/bin/zsh
26 25
\ No newline at end of file
26
+source ~/.zshrc && /bin/zsh