diff options
author | Zaidhaan Hussain <zaidhaan03@gmail.com> | 2023-05-06 10:52:08 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-05-07 10:33:06 +0300 |
commit | 5d16c106ed2807fb368dcac4df0e2b3dd619bb8d (patch) | |
tree | fb3d355324f6901bc61d7411c245d3812da56b7f /config/p10k-lean.zsh | |
parent | 0af598cbed78660066f8a8f4465844501ba5695b (diff) |
nvm: implement POWERLEVEL9K_NVM_SHOW_SYSTEM and default to true
Diffstat (limited to 'config/p10k-lean.zsh')
-rw-r--r-- | config/p10k-lean.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index b938ce69..09403985 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -984,6 +984,8 @@ ##############[ nvm: node.js version from nvm (https://github.com/nvm-sh/nvm) ]############### # Nvm color. typeset -g POWERLEVEL9K_NVM_FOREGROUND=70 + # 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='⭐' |