powerlevel10k icon indicating copy to clipboard operation
powerlevel10k copied to clipboard

nvm: ALWAYS_SHOW and SHOW_SYSTEM options

Open 0xallie opened this issue 3 years ago • 2 comments

It would be nice to have more options with nvm that are available with nodenv:

  • Show prompt even if it matches global version
  • Hide system from prompt

0xallie avatar Jun 14 '21 14:06 0xallie

+1

lorthirk avatar Oct 28 '21 15:10 lorthirk

Yeah, I just spent a few minutes trying to figure out why system was showing up for me everywhere.

Machine-Maker avatar Nov 13 '21 18:11 Machine-Maker

  • Show prompt even if it matches global version

This can now be enabled with POWERLEVEL9K_NVM_PROMPT_ALWAYS_SHOW=true.

  • Hide system from prompt

This can now be enabled with POWERLEVEL9K_NVM_SHOW_SYSTEM=false.

Thanks to @zaidhaan for implementing these new parameters!

romkatv avatar May 08 '23 07:05 romkatv