lukechilds / zsh-nvm

Zsh plugin for installing, updating and loading nvm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NVM_AUTO_USE :: Suppress output

thejustinwalsh opened this issue · comments

When enabling NVM_AUTO_USE I am presented with the output of nvm use when I cd into a directory containing a .nvmrc file. Would be useful for a config option to suppress the output for those that already have shells setup to show the node version in the shell line.

Using starship:
image

This extra output is also causing a problem for me with powerlevel10k's Instant Prompt feature.

image

Especially given that (as @thejustinwalsh pointed out) the theme puts the node version into the prompt, the extra output causes issues at least with this one theme. It would be great if there were a NVM_SURPRESS_OUTPUT=true environment variable or the like.

Also experiencing problems using zsh and Powerlevel10k instant prompt feature. A switch would be great.