]> arthur.barton.de Git - ax-zsh.git/commitdiff
Disable Powerlevel9k "instant prompt" warnings in debug mode
authorAlexander Barton <alex@barton.de>
Tue, 1 Feb 2022 20:15:01 +0000 (21:15 +0100)
committerAlexander Barton <alex@barton.de>
Tue, 1 Feb 2022 20:15:01 +0000 (21:15 +0100)
ax.zsh

diff --git a/ax.zsh b/ax.zsh
index edda7093f6fd9e533c8bd4e62d1c9be5041d765e..8a433492fb49b836540d1f39ff4ccfa9dd3a0a18 100644 (file)
--- 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"