For zsh users

i use zsh and i did this update in install.sh local, is good for you too :)
master
Mario Idival 2013-10-10 14:30:53 -03:00
parent d3f04c793e
commit 6e1c249ecd
1 changed files with 2 additions and 0 deletions

View File

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