mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-11-16 02:41:13 +00:00
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
@ -110,8 +110,6 @@ function prompt_sorin_setup {
|
|||||||
setopt LOCAL_OPTIONS
|
setopt LOCAL_OPTIONS
|
||||||
unsetopt XTRACE KSH_ARRAYS
|
unsetopt XTRACE KSH_ARRAYS
|
||||||
prompt_opts=(cr percent sp subst)
|
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.
|
# Load required functions.
|
||||||
autoload -Uz add-zsh-hook
|
autoload -Uz add-zsh-hook
|
||||||
|
Loading…
Reference in New Issue
Block a user