mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 06:58:01 +00:00
Changing order of loading zsh at end of install
This commit is contained in:
parent
6a3a23dfe1
commit
76d21ba816
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user