From d3494feb56ab4bc1a02cf0d748531063728899cc Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Wed, 6 Oct 2021 13:47:49 +0200 Subject: [PATCH] This transient thing is stupid. --- zsh/p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/p10k.zsh b/zsh/p10k.zsh index 04686d4..b5104cf 100644 --- a/zsh/p10k.zsh +++ b/zsh/p10k.zsh @@ -153,7 +153,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