diff options
-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 |