diff options
author | Peter Palfrader <peter@palfrader.org> | 2013-04-21 09:29:21 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2013-04-21 09:29:21 +0000 |
commit | 86301e3198d34a706bfa16cbae5977b926269537 (patch) | |
tree | ff0d717d1f05880075e3ba13ed10c54521e73531 /zshrc | |
parent | 85f7dc5e46f63a6a85390b223c84cc9281fcb690 (diff) |
further cleanups
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@618 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'zshrc')
-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 |