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