From 8a3c7a42f834f27a1f69d92b93dc9c1acdd1be72 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 20 Mar 2023 18:33:38 +0100 Subject: [PATCH] Nope, I don't like transient prompt. --- zsh/p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/p10k.zsh b/zsh/p10k.zsh index b686c7d..34b45d9 100644 --- a/zsh/p10k.zsh +++ b/zsh/p10k.zsh @@ -154,7 +154,7 @@ typeset -g POWERLEVEL9K_VI_MODE_NORMAL_BACKGROUND=1 # other settings - typeset -g POWERLEVEL9K_TRANSIENT_PROMPT=always + typeset -g POWERLEVEL9K_TRANSIENT_PROMPT=off typeset -g POWERLEVEL9K_INSTANT_PROMPT=verbose typeset -g POWERLEVEL9K_DISABLE_HOT_RELOAD=true (( ! $+functions[p10k] )) || p10k reload