aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal/p10k.zsh2
1 files changed, 1 insertions, 1 deletions
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)