diff --git a/bullet-train.zsh-theme b/bullet-train.zsh-theme index 69431ff..d72c4f5 100644 --- a/bullet-train.zsh-theme +++ b/bullet-train.zsh-theme @@ -589,7 +589,7 @@ prompt_nvm() { local nvm_prompt if type nvm >/dev/null 2>&1; then nvm_prompt=$(nvm current 2>/dev/null) - [[ "${nvm_prompt}x" == "x" ]] && return + [[ "${nvm_prompt}x" == "x" || "${nvm_prompt}" == "system" ]] && return elif type node >/dev/null 2>&1; then nvm_prompt="$(node --version)" else