]> git.alrj.org Git - zsh.d.git/blobdiff - S10_zshopts
Comment update
[zsh.d.git] / S10_zshopts
index d90bec049111d33265bf5a4ba2a4c6da1625eb06..36840e29ade5b8684025cf0347ad0f131597cf8e 100644 (file)
@@ -7,11 +7,19 @@ fi
 
 setopt auto_cd
 setopt nobeep
+setopt prompt_cr            # Newline before prompt when needed
+
+autoload -U colors
+colors
+setopt prompt_subst
 
 typeset -ga preexec_functions
 typeset -ga precmd_functions
 typeset -ga chpwd_functions
 
+# use emacs bindings
+bindkey -e
+
 [ -w $zsh_cache ] && HISTFILE=$zsh_cache/history
 
 HISTSIZE=10000              # size of history