From 3e6a5725aa1d206b4ce150bbab42e68ee9388ac1 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Fri, 18 Aug 2023 23:57:15 -0500 Subject: [PATCH] refactor(zsh): hide instant prompt warning for p10k --- dots/.config/zsh/config/themes/init.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/dots/.config/zsh/config/themes/init.zsh b/dots/.config/zsh/config/themes/init.zsh index 1e91229f..fdc9cd38 100644 --- a/dots/.config/zsh/config/themes/init.zsh +++ b/dots/.config/zsh/config/themes/init.zsh @@ -20,6 +20,7 @@ configure() { init() { local wkdir="${BASE_ZSH_CONFIG_DIR}/config/themes" configure + typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet source "${wkdir}/powerlevel10k/powerlevel10k.zsh-theme" }