]> git.alrj.org Git - zsh.d.git/blobdiff - S10_zshopts
Set locale.
[zsh.d.git] / S10_zshopts
index 36840e29ade5b8684025cf0347ad0f131597cf8e..b722e4cbe0b2d4568a1461136ba3420dcb36b446 100644 (file)
@@ -13,12 +13,15 @@ autoload -U colors
 colors
 setopt prompt_subst
 
+autoload -U zargs
+
 typeset -ga preexec_functions
 typeset -ga precmd_functions
 typeset -ga chpwd_functions
 
 # use emacs bindings
 bindkey -e
+bindkey '\e[1~' beginning-of-line
 
 [ -w $zsh_cache ] && HISTFILE=$zsh_cache/history