]> git.alrj.org Git - zsh.d.git/blob - S10_zshopts
4f3c2f8486271c96627588cf64462b6b52ca3cb0
[zsh.d.git] / S10_zshopts
1 #! /usr/bin/zsh
2
3 if test -x =dircolors; then
4   eval "`dircolors`"
5   export ZLS_COLORS=$LS_COLORS
6 fi
7
8 setopt auto_cd
9 setopt nobeep
10
11 typeset -ga preexec_functions
12 typeset -ga precmd_functions
13 typeset -ga chpwd_functions
14 psvar=()
15
16
17 [ -w $zsh_cache ] && HISTFILE=$zsh_cache/history
18
19 HISTSIZE=10000              # size of history
20 LISTMAX=1000                # never ask
21 NULLCMD='cat'               # use cat for > null commands
22 REPORTTIME=2                # report time if execution exceeds amount of seconds
23 SAVEHIST=10000              # maximum of history events to be save
24 LOGCHECK=60
25 watch=(notme)               # watch login/logout
26 WORDCHARS="*?_-.[]~/&;!#$%^(){}<>"
27                             # part of word in line editor