From 3776b1349fb10b403986910121dd06186a78dd1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Dudr?= Date: Sat, 7 Sep 2024 10:05:09 +0200 Subject: [PATCH] zsh: prompt conditions --- dot_config/zsh/include/p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/zsh/include/p10k.zsh b/dot_config/zsh/include/p10k.zsh index 802b564..9e9ac34 100644 --- a/dot_config/zsh/include/p10k.zsh +++ b/dot_config/zsh/include/p10k.zsh @@ -110,7 +110,7 @@ # Blue current directory. typeset -g POWERLEVEL9K_DIR_FOREGROUND=$blue - typeset -g POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND='kubectl|helm|kubens|k9s|flux|trivy' + typeset -g POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND='kubectl|helm|kubens|k9s|flux|trivy|stern|tkn|argocd' # Context format when root: user@host. The first part white, the rest grey. typeset -g POWERLEVEL9K_CONTEXT_ROOT_TEMPLATE="%F{$white}%n%f%F{$grey}@%m%f"