Hides NVM segment by default

This commit is contained in:
Caio Gondim
2015-01-06 07:28:45 +01:00
parent bcf6bc842c
commit 55123388b6
2 changed files with 4 additions and 2 deletions

View File

@@ -153,8 +153,10 @@ BULLETTRAIN_VIRTUALENV_PREFIX=🐍
Node.js background, foreground color, visibility and prefix for the segment: Node.js background, foreground color, visibility and prefix for the segment:
Default values:
```bash ```bash
BULLETTRAIN_NVM_SHOW=true BULLETTRAIN_NVM_SHOW=false
BULLETTRAIN_NVM_BG=green BULLETTRAIN_NVM_BG=green
BULLETTRAIN_NVM_FG=white BULLETTRAIN_NVM_FG=white
BULLETTRAIN_NVM_PREFIX="⬡ " BULLETTRAIN_NVM_PREFIX="⬡ "

View File

@@ -67,7 +67,7 @@ fi
# NVM # NVM
if [ ! -n "${BULLETTRAIN_NVM_SHOW+1}" ]; then if [ ! -n "${BULLETTRAIN_NVM_SHOW+1}" ]; then
BULLETTRAIN_NVM_SHOW=true BULLETTRAIN_NVM_SHOW=false
fi fi
if [ ! -n "${BULLETTRAIN_NVM_BG+1}" ]; then if [ ! -n "${BULLETTRAIN_NVM_BG+1}" ]; then
BULLETTRAIN_NVM_BG=green BULLETTRAIN_NVM_BG=green