|
|
@ -495,8 +495,8 @@ a releavant tool.
|
|
|
|
|
|
|
|
|
|
|
|
```zsh
|
|
|
|
```zsh
|
|
|
|
# Show prompt segment "kubecontext" only when the command you are typing
|
|
|
|
# Show prompt segment "kubecontext" only when the command you are typing
|
|
|
|
# invokes kubectl, helm, kubens or kubectx.
|
|
|
|
# invokes kubectl, helm, kubens, kubectx or oc.
|
|
|
|
typeset -g POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND='kubectl|helm|kubens|kubectx'
|
|
|
|
typeset -g POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND='kubectl|helm|kubens|kubectx|oc'
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Configs created by `p10k configure` may contain parameters of this kind. To customize when different
|
|
|
|
Configs created by `p10k configure` may contain parameters of this kind. To customize when different
|
|
|
|