From c3a678740f4cb13db331bac22df6f7442444b992 Mon Sep 17 00:00:00 2001 From: romkatv Date: Wed, 6 Nov 2019 11:53:48 +0100 Subject: [PATCH] suppress POWERLEVEL9K_DISABLE_HOT_RELOAD after `p10k configure` --- internal/p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 5c63def1..e64a1d1f 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -4175,7 +4175,7 @@ _p9k_precmd_impl() { instant_prompt_disabled=1 else source "$__p9k_cfg_path" - _p9k_must_init + _POWERLEVEL9K_DISABLE_HOT_RELOAD=0 _p9k_must_init fi ;; 2)