summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/install.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/install.sh b/tools/install.sh
index 8873260cf..78a39cd96 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
+