zsh-nvm icon indicating copy to clipboard operation
zsh-nvm copied to clipboard

NVM_AUTO_USE :: Suppress output

Open thejustinwalsh opened this issue 4 years ago • 2 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

thejustinwalsh avatar Dec 21 '20 20:12 thejustinwalsh

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.

mkopinsky avatar May 04 '21 00:05 mkopinsky

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

neoscaler avatar Jan 14 '22 08:01 neoscaler