From 6e1c249ecdfeb02120025ac3db155bcc55661df6 Mon Sep 17 00:00:00 2001 From: Mario Idival Date: Thu, 10 Oct 2013 14:30:53 -0300 Subject: [PATCH] For zsh users i use zsh and i did this update in install.sh local, is good for you too :) --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 7833b93..8117dca 100755 --- a/install.sh +++ b/install.sh @@ -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