diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-03-04 22:35:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-04 22:35:00 +0300 |
commit | a8cdc46a15ecf59bded80a19f17bc3f9994b501a (patch) | |
tree | 60db10cc12ff5ae415850f196cae28733fced62b /config/p10k-lean-8colors.zsh | |
parent | 945643bcab868e95d0e0315f9fc961e6fb8730ca (diff) |
Add 'kogito' to POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND (#546)
Signed-off-by: David Ward <dward@redhat.com>
Diffstat (limited to 'config/p10k-lean-8colors.zsh')
-rw-r--r-- | config/p10k-lean-8colors.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-lean-8colors.zsh b/config/p10k-lean-8colors.zsh index 712b346c..8ba2c51b 100644 --- a/config/p10k-lean-8colors.zsh +++ b/config/p10k-lean-8colors.zsh @@ -1064,7 +1064,7 @@ #############[ kubecontext: current kubernetes context (https://kubernetes.io/) ]############# # Show kubecontext only when the 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' + typeset -g POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND='kubectl|helm|kubens|kubectx|oc|istioctl|kogito' # Kubernetes context classes for the purpose of using different colors, icons and expansions with # different contexts. |