mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 08:20:10 +00:00
move _p9k_precmd to the end of precmd_functions
This commit is contained in:
@@ -3938,6 +3938,9 @@ _p9k_precmd_impl() {
|
||||
fi
|
||||
_p9k_init
|
||||
_p9k__instant_prompt_disabled=$((_POWERLEVEL9K_DISABLE_INSTANT_PROMPT || instant_prompt_disabled))
|
||||
if (( $+precmd_functions && precmd_functions[(I)_p9k_precmd] )); then
|
||||
precmd_functions=(${(@)precmd_functions:#_p9k_precmd} _p9k_precmd)
|
||||
fi
|
||||
fi
|
||||
|
||||
if (( _p9k__timer_start )); then
|
||||
|
||||
Reference in New Issue
Block a user