mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-13 23:20:38 +01:00
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:
@@ -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="⬡ "
|
||||
|
||||
Reference in New Issue
Block a user