Changing order of loading zsh at end of install

This commit is contained in:
Robby Russell 2009-08-30 18:51:41 -07:00
Родитель 684eae38af
Коммит 13ca4fab1a
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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