summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-11-06 13:53:48 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-11-06 13:53:48 +0300
commitc3a678740f4cb13db331bac22df6f7442444b992 (patch)
tree93262b2ebe7d862b9a1405806d4f2f331c2da50a /internal
parentba751e13db8f70a2d17c73201f240e6561d9caed (diff)
suppress POWERLEVEL9K_DISABLE_HOT_RELOAD after `p10k configure`
Diffstat (limited to 'internal')
-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)