Browse Source

Merge pull request #305 from marioidival/patch-1

For zsh users
master
Jordan Harband 11 years ago
parent
commit
49e9a309c3
  1. 2
      install.sh

2
install.sh

@ -25,6 +25,8 @@ if [ ! -z "$1" ]; then @@ -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

Loading…
Cancel
Save