From a9e83e15ad4616f246adbc2d52a23f0c290a8477 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 21 May 2024 15:51:01 +0200 Subject: [PATCH] Disable zsh transient prompt --- modules/home/shell/p10k/p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/shell/p10k/p10k.zsh b/modules/home/shell/p10k/p10k.zsh index 8d119fd..89bce9c 100644 --- a/modules/home/shell/p10k/p10k.zsh +++ b/modules/home/shell/p10k/p10k.zsh @@ -1680,7 +1680,7 @@ # - always: Trim down prompt when accepting a command line. # - same-dir: Trim down prompt when accepting a command line unless this is the first command # typed after changing current working directory. - typeset -g POWERLEVEL9K_TRANSIENT_PROMPT=same-dir + typeset -g POWERLEVEL9K_TRANSIENT_PROMPT=off # Instant prompt mode. #