diff options
author | NatureLR <1127711564@qq.com> | 2023-03-03 06:15:44 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-03-03 18:56:35 +0300 |
commit | 373337123c2843bc752b52b7fd6dc38982b6c4c5 (patch) | |
tree | 9e446c12c38f26033d60883555a03e9ca8255a3d /config/p10k-lean.zsh | |
parent | a30145b0f82d06770e924e9eac064ed223a94e6b (diff) |
Added kubecolor to KUBECONTEXT_SHOW_ON_COMMAND
Diffstat (limited to 'config/p10k-lean.zsh')
-rw-r--r-- | config/p10k-lean.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index 88957415..3009d464 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -1183,7 +1183,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. |