summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2009-08-30 18:49:53 -0700
committerRobby Russell <robby@planetargon.com>2009-08-30 18:50:09 -0700
commit684eae38af9b00f2c743c7d198c387d5a817ee69 (patch)
tree2ec849fd53481735367f6d27e33673777794622e
parent3ec52a13537ed9c56cf55d1ce7c02a3f6d75fdc4 (diff)
downloadzsh-684eae38af9b00f2c743c7d198c387d5a817ee69.tar.gz
zsh-684eae38af9b00f2c743c7d198c387d5a817ee69.tar.bz2
zsh-684eae38af9b00f2c743c7d198c387d5a817ee69.zip
Attempting to load zsh properly after auto-install
-rw-r--r--tools/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install.sh b/tools/install.sh
index 7b1ead62e..8873260cf 100644
--- a/tools/install.sh
+++ b/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 \ No newline at end of file
+source ~/.zshrc && /bin/zsh