Remove old prompt tempfile and pid variable

This is a leftover of #1385, the temp file and the PID variable is not
needed any more.
This commit is contained in:
Alexander Neumann 2019-01-06 11:24:34 +01:00 committed by Indrajit Raychaudhuri
parent 88456ec9b6
commit ba4063f99e

View file

@ -110,8 +110,6 @@ function prompt_sorin_setup {
setopt LOCAL_OPTIONS
unsetopt XTRACE KSH_ARRAYS
prompt_opts=(cr percent sp subst)
_prompt_sorin_precmd_async_pid=0
_prompt_sorin_precmd_async_data=$(mktemp "${TMPDIR:-/tmp}/sorin-prompt-async-XXXXXXXXXX")
# Load required functions.
autoload -Uz add-zsh-hook