summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2019-02-03 14:11:34 +0100
committerFlorian Pritz <bluewind@xinu.at>2019-02-03 14:11:34 +0100
commitb8d0481f62827db75f26e83bf57b53289424403b (patch)
tree273c1900d5f2e6f2b547d3b445a6c977eb11d4d0
parent80c78d39b0b9983ec156a9c2c19aef113f603e15 (diff)
downloaddotfiles-b8d0481f62827db75f26e83bf57b53289424403b.tar.gz
dotfiles-b8d0481f62827db75f26e83bf57b53289424403b.tar.xz
zshrc: Set MANWIDTH
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 19f7fc0..f726e62 100644
--- a/.zshrc
+++ b/.zshrc
@@ -238,6 +238,7 @@ export PAGER=less
#if type vimpager &>/dev/null; then
#export MANPAGER=vimpager
#fi
+export MANWIDTH=80
export PERLDOC_PAGER=less
export PERLDOC="-MPod::Text::Color::Delight"
export LESSCHARSET="UTF-8"