diff options
Diffstat (limited to 'config/p10k-classic.zsh')
-rw-r--r-- | config/p10k-classic.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index 42074978..758928cb 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -114,7 +114,7 @@ fi typeset -g POWERLEVEL9K_NODENV_PROMPT_ALWAYS_SHOW=false # Show node version only when in a directory tree containing package.json. - typeset -g P9K_NODE_VERSION_PROJECT_ONLY=true + typeset -g POWERLEVEL9K_NODE_VERSION_PROJECT_ONLY=true # Kubernetes context classes for the purpose of using different colors with # different contexts. |