aboutsummaryrefslogtreecommitdiff
path: root/internal/p10k.zsh
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-01-25 14:51:46 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-01-25 14:51:46 +0300
commitf1bb5601fe8b266a61e78c58cbe4e976bd6f83fd (patch)
tree22b0b1ae17a7f60e4cca524ca849eca6360bc9ea /internal/p10k.zsh
parente97a6c67014a1cc92187832fccd23dc7923c3e85 (diff)
process ready replies from worker synchornously in precmd
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r--internal/p10k.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh
index 8f31231d..598f0d26 100644
--- a/internal/p10k.zsh
+++ b/internal/p10k.zsh
@@ -4931,6 +4931,8 @@ _p9k_precmd_impl() {
if [[ $preexec_functions[-1] != _p9k_preexec2 && $preexec_functions[(I)_p9k_preexec2] != 0 ]]; then
preexec_functions=(${(@)preexec_functions:#_p9k_preexec2} _p9k_preexec2)
fi
+
+ _p9k_worker_receive
}
_p9k_trapint() {