From 7e967f49152a6df7b531fc87412b9212ef03332f Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sat, 13 Sep 2025 13:30:44 +0200 Subject: [PATCH] Only show context if in ssh --- config/p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/p10k.zsh b/config/p10k.zsh index 00ac431..e1c445f 100644 --- a/config/p10k.zsh +++ b/config/p10k.zsh @@ -918,7 +918,7 @@ # Don't show context unless running with privileges or in SSH. # Tip: Remove the next line to always show context. - # typeset -g POWERLEVEL9K_CONTEXT_{DEFAULT,SUDO}_{CONTENT,VISUAL_IDENTIFIER}_EXPANSION= + typeset -g POWERLEVEL9K_CONTEXT_{DEFAULT,SUDO}_{CONTENT,VISUAL_IDENTIFIER}_EXPANSION= # Custom icon. # typeset -g POWERLEVEL9K_CONTEXT_VISUAL_IDENTIFIER_EXPANSION='⭐'