From 13ca4fab1a944799d8a27e28daea6d19fe9dd813 Mon Sep 17 00:00:00 2001 From: Robby Russell Date: Sun, 30 Aug 2009 18:51:41 -0700 Subject: [PATCH] Changing order of loading zsh at end of install --- tools/install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index 8873260c..78a39cd9 100644 --- a/tools/install.sh +++ b/tools/install.sh @@ -22,4 +22,6 @@ echo "Time to change your default shell to zsh!" chsh -s /bin/zsh echo "Hooray! Oh My Zsh has been installed." -source ~/.zshrc && /bin/zsh +/bin/zsh +source ~/.zshrc +