Browse Source

Attempting to load zsh properly after auto-install

Robby Russell 15 years ago
parent
commit
684eae38af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/install.sh

+ 1 - 1
tools/install.sh

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