From: Frank Terbeck Date: Sun, 7 Jun 2009 19:02:30 +0000 (+0200) Subject: zshrc: Move setting variables to the variables section X-Git-Tag: v0.3.73~10 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=26ec56414ddaa420642dc857bfb224386632023a;hp=17dd388203b936b1761f09f8c22a126eba4fa2b1;p=grml-etc-core.git zshrc: Move setting variables to the variables section --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 1830d4e..d7fb9be 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -581,6 +581,10 @@ export LESS_TERMCAP_so=$'\E[01;44;33m' export LESS_TERMCAP_ue=$'\E[0m' export LESS_TERMCAP_us=$'\E[01;32m' +MAILCHECK=30 # mailchecks +REPORTTIME=5 # report about cpu-/system-/user-time of command if running longer than 5 seconds +watch=(notme root) # watch for everyone but me and root + # automatically remove duplicates from these arrays typeset -U path cdpath fpath manpath # }}} @@ -1032,10 +1036,6 @@ setopt nobeep # avoid "beep"ing setopt pushd_ignore_dups # don't push the same dir twice. setopt noglobdots # * shouldn't match dotfiles. ever. -MAILCHECK=30 # mailchecks -REPORTTIME=5 # report about cpu-/system-/user-time of command if running longer than 5 seconds -watch=(notme root) # watch for everyone but me and root - # }}} # {{{ history