From 2328567ffc1bcd4e6f1095719f47bf36e222f944 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 1 Feb 2022 21:15:01 +0100 Subject: [PATCH] Disable Powerlevel9k "instant prompt" warnings in debug mode --- ax.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/ax.zsh b/ax.zsh index edda709..8a43349 100644 --- a/ax.zsh +++ b/ax.zsh @@ -224,6 +224,7 @@ fi # Check for "debug mode" ... if [[ -f "$AXZSH/debug" || -f "$HOME/.axzsh.debug" ]]; then export AXZSH_DEBUG=1 + export POWERLEVEL9K_INSTANT_PROMPT=quiet echo "AXZSH=$AXZSH" echo "AXZSH_DEBUG=$AXZSH_DEBUG" echo "AXZSH_PLUGIN_D=$AXZSH_PLUGIN_D" -- 2.39.2