diff options
author | Florian Pritz <bluewind@xinu.at> | 2019-02-03 14:11:34 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2019-02-03 14:11:34 +0100 |
commit | b8d0481f62827db75f26e83bf57b53289424403b (patch) | |
tree | 273c1900d5f2e6f2b547d3b445a6c977eb11d4d0 | |
parent | 80c78d39b0b9983ec156a9c2c19aef113f603e15 (diff) | |
download | dotfiles-b8d0481f62827db75f26e83bf57b53289424403b.tar.gz dotfiles-b8d0481f62827db75f26e83bf57b53289424403b.tar.xz |
zshrc: Set MANWIDTH
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |