We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nvm
1 parent 451708d commit d60f62cCopy full SHA for d60f62c
bullet-train.zsh-theme
@@ -589,7 +589,7 @@ prompt_nvm() {
589
local nvm_prompt
590
if type nvm >/dev/null 2>&1; then
591
nvm_prompt=$(nvm current 2>/dev/null)
592
- [[ "${nvm_prompt}x" == "x" ]] && return
+ [[ "${nvm_prompt}x" == "x" || "${nvm_prompt}" == "system" ]] && return
593
elif type node >/dev/null 2>&1; then
594
nvm_prompt="$(node --version)"
595
else
0 commit comments