aboutsummaryrefslogtreecommitdiffstats
path: root/_zsh/10-param.zsh
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2017-03-18 22:33:54 +0800
committerAaron LI <aaronly.me@outlook.com>2017-03-18 22:33:54 +0800
commitce57cdeb9977b9d4d02faada22b62b53c3fb276a (patch)
tree7814b15e4c04568e608607a83bf0f4b64cd4d679 /_zsh/10-param.zsh
parent7f53a273c138563999fc6780fd60d74a7ac908fd (diff)
downloaddotfiles-ce57cdeb9977b9d4d02faada22b62b53c3fb276a.tar.bz2
zsh: Update various settings; with minor fixes
Credit: http://chneukirchen.org/dotfiles/.zshrc
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"