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:
parent
88456ec9b6
commit
ba4063f99e
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue