aboutsummaryrefslogtreecommitdiffstats
path: root/_zsh/10-param.zsh
diff options
context:
space:
mode:
Diffstat (limited to '_zsh/10-param.zsh')
-rw-r--r--_zsh/10-param.zsh13
1 files changed, 13 insertions, 0 deletions
diff --git a/_zsh/10-param.zsh b/_zsh/10-param.zsh
new file mode 100644
index 0000000..99f0942
--- /dev/null
+++ b/_zsh/10-param.zsh
@@ -0,0 +1,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"