diff options
author | Peter Palfrader <peter@palfrader.org> | 2013-04-21 09:29:20 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2013-04-21 09:29:20 +0000 |
commit | 85f7dc5e46f63a6a85390b223c84cc9281fcb690 (patch) | |
tree | 4d67918a6c0bf34a1105381fbb1755caf137c284 /zshrc | |
parent | 2b5a9ddffbed8417a87cd607649cc3816ee32b55 (diff) |
report time
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@617 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -86,6 +86,8 @@ typeset WORDCHARS='|'$WORDCHARS HISTFILE=~/.zsh_history HISTSIZE=50000 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 |