From ec173bd9bc26e1f4e478a94df75cead70324a9c0 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sat, 11 Mar 2023 18:52:31 +0100 Subject: [PATCH] Change of the Kubernetes icon. --- zsh/p10k.zsh | 1 + 1 file changed, 1 insertion(+) 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)