3 if test -x =dircolors; then
5 export ZLS_COLORS=$LS_COLORS
10 setopt prompt_cr # Newline before prompt when needed
18 typeset -ga preexec_functions
19 typeset -ga precmd_functions
20 typeset -ga chpwd_functions
24 bindkey '\e[1~' beginning-of-line
26 [ -w $zsh_cache ] && HISTFILE=$zsh_cache/history
28 HISTSIZE=10000 # size of history
29 LISTMAX=1000 # never ask
30 NULLCMD='cat' # use cat for > null commands
31 REPORTTIME=2 # report time if execution exceeds amount of seconds
32 SAVEHIST=10000 # maximum of history events to be save
34 watch=(notme) # watch login/logout
35 WORDCHARS="*?_-.[]~/&;!#$%^(){}<>"
36 # part of word in line editor