diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-11-06 13:53:48 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-11-06 13:53:48 +0300 |
commit | c3a678740f4cb13db331bac22df6f7442444b992 (patch) | |
tree | 93262b2ebe7d862b9a1405806d4f2f331c2da50a /internal/p10k.zsh | |
parent | ba751e13db8f70a2d17c73201f240e6561d9caed (diff) |
suppress POWERLEVEL9K_DISABLE_HOT_RELOAD after `p10k configure`
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r-- | internal/p10k.zsh | 2 |
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) |