3 if test -x =dircolors; then
5 export ZLS_COLORS=$LS_COLORS
11 typeset -ga preexec_functions
12 typeset -ga precmd_functions
13 typeset -ga chpwd_functions
18 # This must be done very early.
22 precmd_functions+='clear_psvar'
25 [ -w $zsh_cache ] && HISTFILE=$zsh_cache/history
27 HISTSIZE=10000 # size of history
28 LISTMAX=1000 # never ask
29 NULLCMD='cat' # use cat for > null commands
30 REPORTTIME=2 # report time if execution exceeds amount of seconds
31 SAVEHIST=10000 # maximum of history events to be save
33 watch=(notme) # watch login/logout
34 WORDCHARS="*?_-.[]~/&;!#$%^(){}<>"
35 # part of word in line editor