mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Revert "call _p9k_on_expand and subsequenty p10k-on-pre-prompt on every precmd, even when called from zle"
This reverts commit a6363401bb
.
This commit is contained in:
parent
a6363401bb
commit
3fe66ba74a
1 changed files with 3 additions and 2 deletions
|
@ -5810,6 +5810,9 @@ _p9k_precmd_impl() {
|
|||
if zle; then
|
||||
__p9k_new_status=0
|
||||
__p9k_new_pipestatus=(0)
|
||||
_p9k__expanded=1
|
||||
else
|
||||
_p9k__expanded=0
|
||||
_p9k__must_restore_prompt=0
|
||||
fi
|
||||
|
||||
|
@ -5876,8 +5879,6 @@ _p9k_precmd_impl() {
|
|||
_p9k_worker_invoke ${f_compute%% *} ${(e)f_compute}
|
||||
done
|
||||
|
||||
_p9k__expanded=0
|
||||
|
||||
_p9k__refresh_reason=precmd
|
||||
_p9k_set_prompt
|
||||
_p9k__refresh_reason=''
|
||||
|
|
Loading…
Reference in a new issue