Fix backward-compatiple theme Variable

pull/1353/head
Ichiro 2019-03-31 19:18:28 +09:00 committed by GitHub
parent 15f25a88d5
commit f7b8c9288e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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