Fix backward-compatiple theme Variable
parent
15f25a88d5
commit
f7b8c9288e
|
|
@ -12,7 +12,7 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# For backwards compatibility, look in old BASH_THEME location
|
# For backwards compatibility, look in old BASH_THEME location
|
||||||
if [ -z "$BASH_IT_THEME" ];
|
if [ -z "$BASH_THEME" ];
|
||||||
then
|
then
|
||||||
# TODO: warn users that they should upgrade their .bash_profile
|
# TODO: warn users that they should upgrade their .bash_profile
|
||||||
export BASH_IT_THEME="$BASH_THEME";
|
export BASH_IT_THEME="$BASH_THEME";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue