projects
/
zsh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a597f2
)
fix error in default display - mandwidths default if unset is 80, not 0
author
Joerg Jaspert
<joerg@ganneff.de>
Wed, 3 Apr 2013 13:53:27 +0000
(15:53 +0200)
committer
Joerg Jaspert
<joerg@ganneff.de>
Wed, 3 Apr 2013 13:53:27 +0000
(15:53 +0200)
.zsh/zshenv.local.sample
patch
|
blob
|
history
diff --git
a/.zsh/zshenv.local.sample
b/.zsh/zshenv.local.sample
index
6b927a6
..
b960533
100644
(file)
--- a/
.zsh/zshenv.local.sample
+++ b/
.zsh/zshenv.local.sample
@@
-84,7
+84,7
@@
zstyle ':ganneff:config' dirstackhandling dirpersist
## on very wide displays it is annoying to have too wide manpages.
## set to 0 if you want them really wide
-# zstyle ':ganneff:config' MANWIDTH 0
+# zstyle ':ganneff:config' MANWIDTH
8
0
## The format of process time reports with the time builtin.
# zstyle ':ganneff:config' TIMEFMT "%J %U user %S system %P cpu %*E total | Mem: %M kb max"