diff options
author | kvanzuijlen <8818390+kvanzuijlen@users.noreply.github.com> | 2023-01-06 03:38:58 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-01-06 14:14:59 +0300 |
commit | 35165798a83e2e4f2f0aa6c820e2f7fba23e0179 (patch) | |
tree | 9b08f027e9bc9c041e44e489a5da37fa271b772d /config/p10k-lean.zsh | |
parent | 33916e91a743a73472a15f3fc27dd0aa9f7abbdf (diff) |
Added kubent 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 f90bddb6..a0036ce0 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' + typeset -g POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND='kubectl|helm|kubens|kubectx|oc|istioctl|kogito|k9s|helmfile|flux|fluxctl|stern|kubeseal|skaffold|kubent' # Kubernetes context classes for the purpose of using different colors, icons and expansions with # different contexts. |