dotfiles/shell/.config/shell/zshrc.d/1-report-time-for-long-running-processes.zsh
2019-12-29 23:12:13 +01:00

6 lines
173 B
Bash

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