Browse Source

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.
master
Alexander Neumann 6 years ago committed by Indrajit Raychaudhuri
parent
commit
cc2fef7c8e
  1. 2
      modules/prompt/functions/prompt_sorin_setup

2
modules/prompt/functions/prompt_sorin_setup

@ -110,8 +110,6 @@ function prompt_sorin_setup { @@ -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…
Cancel
Save