diff --git a/install-gitless.sh b/install-gitless.sh index d2ee6e6..26c41dd 100755 --- a/install-gitless.sh +++ b/install-gitless.sh @@ -27,6 +27,8 @@ if [ ! -z "$1" ]; then else if [ -f "$HOME/.bash_profile" ]; then PROFILE="$HOME/.bash_profile" + elif [ -f "$HOME/.bashrc" ]; then + PROFILE="$HOME/.bashrc" elif [ -f "$HOME/.profile" ]; then PROFILE="$HOME/.profile" fi