mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Changing order of loading zsh at end of install
This commit is contained in:
parent
684eae38af
commit
13ca4fab1a
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue