Skip to content

Commit

Permalink
Merge pull request ohmyzsh#1696 from henryyan/master
Browse files Browse the repository at this point in the history
Added $PATH to PATH in install shell
  • Loading branch information
robbyrussell committed Apr 12, 2013
2 parents 41180bf + d55262b commit f2a927f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo "\033[0;34mUsing the Oh My Zsh template file and adding it to ~/.zshrc\033[
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc

echo "\033[0;34mCopying your current PATH and adding it to the end of ~/.zshrc for you.\033[0m"
echo "export PATH=$PATH" >> ~/.zshrc
echo "export PATH=\$PATH:$PATH" >> ~/.zshrc

echo "\033[0;34mTime to change your default shell to zsh!\033[0m"
chsh -s `which zsh`
Expand Down

0 comments on commit f2a927f

Please sign in to comment.