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, 0 insertions, 13 deletions
diff --git a/_zsh/10-param.zsh b/_zsh/10-param.zsh
deleted file mode 100644
index 99f0942..0000000
--- a/_zsh/10-param.zsh
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# 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"