Commit 13ca4fab authored by Robby Russell's avatar Robby Russell
Browse files

Changing order of loading zsh at end of install

parent 684eae38
...@@ -22,4 +22,6 @@ echo "Time to change your default shell to zsh!" ...@@ -22,4 +22,6 @@ echo "Time to change your default shell to zsh!"
chsh -s /bin/zsh chsh -s /bin/zsh
echo "Hooray! Oh My Zsh has been installed." echo "Hooray! Oh My Zsh has been installed."
source ~/.zshrc && /bin/zsh /bin/zsh
source ~/.zshrc
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment