zsh: Revert to show all stats
As showing always all stats spams the display when completing change it back to 1 second.
This commit is contained in:
parent
2c71349304
commit
f0d9c6a03c
1 changed files with 3 additions and 3 deletions
6
.zshrc
6
.zshrc
|
@ -47,10 +47,10 @@ precmd() {
|
|||
. ~/.banner
|
||||
|
||||
# Report CPU usage for commands running longer than 1 second
|
||||
REPORTTIME=0
|
||||
REPORTTIME=1
|
||||
|
||||
# Report Memory usage for commands running longer than 1 second
|
||||
REPORTMEMORY=0
|
||||
# # Report Memory usage for commands running longer than 1 second
|
||||
# REPORTMEMORY=1
|
||||
|
||||
# Format reports
|
||||
TIMEFMT="%J %U user %S system %P cpu %*E total, %X kB text space %D kB data/stack memory %M kB max. %K kB total, %O iops %I oops, %w waits %c ctx switches"
|
||||
|
|
Loading…
Reference in a new issue