]> git.alrj.org Git - zsh.d.git/blobdiff - S10_zshopts
Comment update
[zsh.d.git] / S10_zshopts
index c4c3b6c4281d5d570e2a6609b550b34953e8a7e7..36840e29ade5b8684025cf0347ad0f131597cf8e 100644 (file)
@@ -7,6 +7,7 @@ fi
 
 setopt auto_cd
 setopt nobeep
+setopt prompt_cr            # Newline before prompt when needed
 
 autoload -U colors
 colors
@@ -19,13 +20,6 @@ typeset -ga chpwd_functions
 # use emacs bindings
 bindkey -e
 
-# This must be done very early.
-clear_psvar() {
-  psvar=()
-}
-precmd_functions+='clear_psvar'
-
-
 [ -w $zsh_cache ] && HISTFILE=$zsh_cache/history
 
 HISTSIZE=10000              # size of history