X-Git-Url: https://git.alrj.org/?p=zsh.d.git;a=blobdiff_plain;f=S10_zshopts;h=7da5e3fcb50880c6fe5feb77d5a3d3d7811cb722;hp=36840e29ade5b8684025cf0347ad0f131597cf8e;hb=HEAD;hpb=24e74f7cd9e63583edcc3facf253bf439202319f diff --git a/S10_zshopts b/S10_zshopts index 36840e2..7da5e3f 100644 --- a/S10_zshopts +++ b/S10_zshopts @@ -13,12 +13,18 @@ autoload -U colors colors setopt prompt_subst +# Don't highlight pasted text +zle_highlight=(paste:none) + +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