1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-02 17:49:25 +00:00

Merge upstream/master

This commit is contained in:
2020-04-09 18:27:14 +02:00
9 changed files with 28 additions and 1 deletions

View File

@ -54,6 +54,13 @@ function prompt_sorin_async_callback {
zle && zle reset-prompt
fi
;;
"[async]")
# Code is 1 for corrupted worker output and 2 for dead worker.
if [[ $2 -eq 2 ]]; then
# Our worker died unexpectedly.
typeset -g prompt_prezto_async_init=0
fi
;;
esac
}