From 373337123c2843bc752b52b7fd6dc38982b6c4c5 Mon Sep 17 00:00:00 2001 From: NatureLR <1127711564@qq.com> Date: Fri, 3 Mar 2023 11:15:44 +0800 Subject: Added kubecolor to KUBECONTEXT_SHOW_ON_COMMAND --- config/p10k-rainbow.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/p10k-rainbow.zsh') diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index 3ecfe60b..775b919e 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -1318,7 +1318,7 @@ #############[ kubecontext: current kubernetes context (https://kubernetes.io/) ]############# # Show kubecontext only when the command you are typing invokes one of these tools. # Tip: Remove the next line to always show kubecontext. - typeset -g POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND='kubectl|helm|kubens|kubectx|oc|istioctl|kogito|k9s|helmfile|flux|fluxctl|stern|kubeseal|skaffold|kubent' + typeset -g POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND='kubectl|helm|kubens|kubectx|oc|istioctl|kogito|k9s|helmfile|flux|fluxctl|stern|kubeseal|skaffold|kubent|kubecolor' # Kubernetes context classes for the purpose of using different colors, icons and expansions with # different contexts. -- cgit v1.2.3