mirror of https://github.com/bjeanes/dotfiles.git
Show time a command took if over 2 sec
parent
d64ea2cdf0
commit
1ae5bc72da
|
@ -23,3 +23,7 @@ export GREP_COLOR='1;32'
|
|||
export CLICOLOR=1
|
||||
|
||||
export HISTSIZE=1000000
|
||||
|
||||
export REPORTTIME=2
|
||||
export TIMEFMT="%*Es total, %U user, %S system, %P cpu"
|
||||
|
||||
|
|
Loading…
Reference in New Issue