]> git.alrj.org Git - zsh.d.git/blobdiff - S10_zshopts
Show exit code as signal name, if terminated by a signal.
[zsh.d.git] / S10_zshopts
index d90bec049111d33265bf5a4ba2a4c6da1625eb06..4f3c2f8486271c96627588cf64462b6b52ca3cb0 100644 (file)
@@ -11,6 +11,8 @@ setopt nobeep
 typeset -ga preexec_functions
 typeset -ga precmd_functions
 typeset -ga chpwd_functions
+psvar=()
+
 
 [ -w $zsh_cache ] && HISTFILE=$zsh_cache/history