1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

Updating install process to copy your current environments PATH and adding it to the bottom of ~/.zshrc.

This commit is contained in:
Robby Russell
2009-09-07 09:11:34 -07:00
parent 44465ef4ce
commit b67961d812
2 changed files with 5 additions and 3 deletions

View File

@@ -18,6 +18,9 @@ fi
echo "Using the Oh My Zsh template file and adding it to ~/.zshrc"
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
echo "Copying your current PATH and adding it to the end of ~/.zshrc for you."
echo "export PATH=$PATH" >> ~/.zshrc
echo "Time to change your default shell to zsh!"
chsh -s /bin/zsh