blob: 99f09427722768266ce09a683ca18ab9b0d853a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# zsh/param.zsh
# see zshparam(1)
#
# Ask only if the top of the listing would scroll off the screen
LISTMAX=0
# Report consuming time statistics if user+system greater than 60 seconds
REPORTTIME=60
# Format of process time reports with the `time' keyword
TIMEFMT="%J %U user %S system %P cpu %MM memory %*E total"
|