From 26ec56414ddaa420642dc857bfb224386632023a Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Sun, 7 Jun 2009 21:02:30 +0200 Subject: [PATCH] zshrc: Move setting variables to the variables section --- etc/zsh/zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.1.4