mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
Changing order of loading zsh at end of install
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user