mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-12 19:18:28 +02:00
suppress POWERLEVEL9K_DISABLE_HOT_RELOAD after p10k configure
This commit is contained in:
parent
ba751e13db
commit
c3a678740f
@ -4175,7 +4175,7 @@ _p9k_precmd_impl() {
|
|||||||
instant_prompt_disabled=1
|
instant_prompt_disabled=1
|
||||||
else
|
else
|
||||||
source "$__p9k_cfg_path"
|
source "$__p9k_cfg_path"
|
||||||
_p9k_must_init
|
_POWERLEVEL9K_DISABLE_HOT_RELOAD=0 _p9k_must_init
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
2)
|
2)
|
||||||
|
Loading…
Reference in New Issue
Block a user