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";