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