From f7b8c9288e3cdea41791b6e9f5a128692181e5a9 Mon Sep 17 00:00:00 2001 From: Ichiro Date: Sun, 31 Mar 2019 19:18:28 +0900 Subject: [PATCH] Fix backward-compatiple theme Variable --- bash_it.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_it.sh b/bash_it.sh index ab911019..eec9bc37 100755 --- a/bash_it.sh +++ b/bash_it.sh @@ -12,7 +12,7 @@ then fi # For backwards compatibility, look in old BASH_THEME location -if [ -z "$BASH_IT_THEME" ]; +if [ -z "$BASH_THEME" ]; then # TODO: warn users that they should upgrade their .bash_profile export BASH_IT_THEME="$BASH_THEME";