Start Refactoring to composable zsh config modules
This commit is contained in:
parent
764de81461
commit
71a7ca83c6
24 changed files with 643 additions and 296 deletions
4
.zsh.d/10-report-time-for-long-running-processes
Normal file
4
.zsh.d/10-report-time-for-long-running-processes
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Long running processes should return time after they complete. Specified
|
||||
# in seconds.
|
||||
REPORTTIME=2
|
||||
TIMEFMT="%U user %S system %P cpu %*Es total"
|
||||
Loading…
Add table
Add a link
Reference in a new issue