diff options
-rw-r--r-- | tools/install.sh | 4 |
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 + |