From ab56ec667504ff9ed02c19b16c45cf745938545c Mon Sep 17 00:00:00 2001 From: Adrian Perez Heredia Date: Tue, 26 Aug 2014 19:53:58 +0200 Subject: [PATCH] This patch adds support for terminal emulators. Without this it wont work on gnome-terminal on Ubuntu --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 42fc9a6..ada5c3a 100755 --- a/install.sh +++ b/install.sh @@ -100,6 +100,8 @@ if [ -z "$PROFILE" ]; then PROFILE="$HOME/.bash_profile" elif [ -f "$HOME/.zshrc" ]; then PROFILE="$HOME/.zshrc" + elif [ -f "$HOME/.bashrc" ]; then + PROFILE="$HOME/.bashrc" elif [ -f "$HOME/.profile" ]; then PROFILE="$HOME/.profile" fi