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

5 lines
148 B
Bash

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