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