Browse Source

Attempting to load zsh properly after auto-install

master
Robby Russell 15 years ago
parent
commit
6a3a23dfe1
  1. 2
      tools/install.sh

2
tools/install.sh

@ -22,4 +22,4 @@ echo "Time to change your default shell to zsh!" @@ -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

Loading…
Cancel
Save