mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Attempting to load zsh properly after auto-install
This commit is contained in:
parent
3ec52a1353
commit
684eae38af
1 changed files with 1 additions and 1 deletions
|
@ -22,4 +22,4 @@ 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."
|
||||||
/bin/zsh
|
source ~/.zshrc && /bin/zsh
|
||||||
|
|
Loading…
Reference in a new issue