From 6a3a23dfe1e6e839de825577e0a8850dc9738b82 Mon Sep 17 00:00:00 2001 From: Robby Russell Date: Sun, 30 Aug 2009 18:49:53 -0700 Subject: [PATCH] Attempting to load zsh properly after auto-install --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index 7b1ead62..8873260c 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