mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-06 11:50:38 +01:00
Hides NVM segment by default
This commit is contained in:
@@ -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="⬡ "
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user