From 36c744fd47e23af32d17fbc8c5402d13a2b5646c Mon Sep 17 00:00:00 2001 From: "Lee, Jun Seok" Date: Mon, 16 Dec 2024 13:17:07 +0900 Subject: [PATCH] Update p10k nvm config --- zsh/p10k.zsh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zsh/p10k.zsh b/zsh/p10k.zsh index 54a0d63..f9efc5f 100644 --- a/zsh/p10k.zsh +++ b/zsh/p10k.zsh @@ -52,9 +52,9 @@ # anaconda # conda environment (https://conda.io/) # pyenv # python environment (https://github.com/pyenv/pyenv) goenv # go environment (https://github.com/syndbg/goenv) - nodenv # node.js version from nodenv (https://github.com/nodenv/nodenv) + # nodenv # node.js version from nodenv (https://github.com/nodenv/nodenv) nvm # node.js version from nvm (https://github.com/nvm-sh/nvm) - nodeenv # node.js environment (https://github.com/ekalinin/nodeenv) + # nodeenv # node.js environment (https://github.com/ekalinin/nodeenv) # node_version # node.js version # go_version # go version (https://golang.org) # rust_version # rustc version (https://www.rust-lang.org) @@ -1074,9 +1074,9 @@ typeset -g POWERLEVEL9K_NVM_BACKGROUND=5 # 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 + typeset -g POWERLEVEL9K_NVM_SHOW_SYSTEM=false # Custom icon. # typeset -g POWERLEVEL9K_NVM_VISUAL_IDENTIFIER_EXPANSION='⭐'