Merge pull request #305 from marioidival/patch-1

For zsh users
master
Jordan Harband 2013-11-13 11:02:56 -08:00
commit 49e9a309c3
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ if [ ! -z "$1" ]; then
else
if [ -f "$HOME/.bash_profile" ]; then
PROFILE="$HOME/.bash_profile"
elif [ -f "$HOME/.zshrc" ]; then
PROFILE="$HOME/.zshrc"
elif [ -f "$HOME/.profile" ]; then
PROFILE="$HOME/.profile"
fi