suppress POWERLEVEL9K_DISABLE_HOT_RELOAD after `p10k configure`

This commit is contained in:
romkatv 2019-11-06 11:53:48 +01:00
parent ba751e13db
commit c3a678740f
1 changed files with 1 additions and 1 deletions

View File

@ -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)