Fix on default value of BULLETTRAIN_NVM_SHOW

Will have to do the same with all the variables.

Fix #18
This commit is contained in:
Caio Gondim
2014-11-30 23:06:36 +01:00
parent c18e818d13
commit 275f319803

View File

@@ -30,7 +30,10 @@ BULLETTRAIN_VIRTUALENV_BG=yellow
BULLETTRAIN_VIRTUALENV_FG=white
BULLETTRAIN_VIRTUALENV_PREFIX=🐍
BULLETTRAIN_NVM_SHOW=true
# NVM
if [ ! -n "${BULLETTRAIN_NVM_SHOW+1}" ]; then
BULLETTRAIN_NVM_SHOW=true
fi
BULLETTRAIN_NVM_BG=green
BULLETTRAIN_NVM_FG=white
BULLETTRAIN_NVM_PREFIX="⬡ "