nvm: implement POWERLEVEL9K_NVM_SHOW_SYSTEM and default to true

This commit is contained in:
Zaidhaan Hussain 2023-05-06 15:52:08 +08:00 committed by Roman Perepelitsa
commit 5d16c106ed
5 changed files with 12 additions and 0 deletions

View file

@ -988,6 +988,8 @@
##############[ nvm: node.js version from nvm (https://github.com/nvm-sh/nvm) ]###############
# Nvm color.
typeset -g POWERLEVEL9K_NVM_FOREGROUND=2
# If set to false, hide node version if it's equal to "system".
typeset -g POWERLEVEL9K_NVM_SHOW_SYSTEM=true
# Custom icon.
# typeset -g POWERLEVEL9K_NVM_VISUAL_IDENTIFIER_EXPANSION='⭐'