From 85f7dc5e46f63a6a85390b223c84cc9281fcb690 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 21 Apr 2013 09:29:20 +0000 Subject: report time git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@617 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 797289e..8e46786 100644 --- a/zshrc +++ b/zshrc @@ -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 -- cgit v1.2.3