dotfiles/.zsh.d/10-report-time-for-long-running-processes

5 lines
148 B
Plaintext

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