Skip to content

Commit

Permalink
zsh: always show node version from nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuN6211 committed Dec 17, 2024
1 parent 5d2ca8b commit 4ad49bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/zsh/.p10k.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -1026,11 +1026,11 @@
typeset -g POWERLEVEL9K_NVM_FOREGROUND=70
# If set to false, hide node version if it's the same as default:
# $(nvm version current) == $(nvm version default).
typeset -g POWERLEVEL9K_NVM_PROMPT_ALWAYS_SHOW=false
typeset -g POWERLEVEL9K_NVM_PROMPT_ALWAYS_SHOW=true
# 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='⭐'
typeset -g POWERLEVEL9K_NVM_VISUAL_IDENTIFIER_EXPANSION=''

############[ nodeenv: node.js environment (https://github.com/ekalinin/nodeenv) ]############
# Nodeenv color.
Expand Down

0 comments on commit 4ad49bf

Please sign in to comment.