dotfiles/.config/zsh/1-report-time-for-long-running-processes

4 lines
148 B
Text

# Long running processes should return time after they complete. Specified
# in seconds.
REPORTTIME=2
TIMEFMT="%U user %S system %P cpu %*Es total"