=== modified file 'zsh-functions/site_zshrc_20_prompt' --- zsh-functions/site_zshrc_20_prompt 2014-12-12 09:28:47 +0000 +++ zsh-functions/site_zshrc_20_prompt 2013-06-04 18:54:53 +0000 @@ -1,5 +1,3 @@ -# vim: fileencoding=utf-8 ft=zsh noet sw=4 ts=4 sts=4 - autoload -Uz promptinit ft_vi_promptinit ft_vi_promptcolors promptinit @@ -34,4 +32,4 @@ # report timing statistics for commands that take more than this, in seconds REPORTTIME=5 -TIMEFMT="$( print -P %f%B )time:$( print -P %b%F{cyan} ) %*E total %U user %S system %P cpu $( print -P %f%B )mem:$( print -P %b%F{green} ) %MM max %Xk txt %Dk res $( print -P %f%B )io:$( print -P %b%F{yellow} ) %Ii %Oo %Fpf $( print -P %b%f )%J" +TIMEFMT="$( print -P %F{cyan} )time:$( print -P %f ) %U user %S system %P cpu %*E total %J"