diff --git a/zsh/p10k.zsh b/zsh/p10k.zsh index 1b286d1..b686c7d 100644 --- a/zsh/p10k.zsh +++ b/zsh/p10k.zsh @@ -124,6 +124,7 @@ # kubecontext #typeset -g POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND='kubectl|helm|kubens|kubectx|oc|istioctl|kogito|k9s|helmfile' + typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_VISUAL_IDENTIFIER_EXPANSION="☸" typeset -g POWERLEVEL9K_KUBECONTEXT_CLASSES=( # '*prod*' PROD # These values are examples that are unlikely '*' DEFAULT)