diff options
-rw-r--r-- | zshrc | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -89,18 +89,16 @@ SAVEHIST=50000 TIMEFMT="$fg[magenta]%J %U user %S sys %P cpu %*E total %M kB max$terminfo[sgr0]" REPORTTIME=5 -#watch=( $(<~/.friends) ) # watch for people in .friends file watch=(notme) # watch for everybody but me LOGCHECK=300 # check every 5 min for login/logout activity WATCHFMT='%n %a %l from %m at %t.' [ -x /usr/bin/lesspipe ] && eval `lesspipe` + unset LANG export DEBEMAIL="weasel@debian.org" - - ####################################################################### ####################################################################### # SETUP PATHS |