summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-10-28 14:20:41 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-10-28 14:20:41 +0200
commit01acf6daec92ec275ca2eab0e71141599d21229d (patch)
tree3659aaea453a4f3ed493d2c8b41d9198ac0178e3 /.zshrc
parent48fd263d7e3b64ab1abd5bc805a7bf9560ed6887 (diff)
downloaddotfiles-01acf6daec92ec275ca2eab0e71141599d21229d.tar.gz
dotfiles-01acf6daec92ec275ca2eab0e71141599d21229d.tar.xz
zshrc: Use less for manpages
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.zshrc b/.zshrc
index 6dcc344..0ccc7bb 100644
--- a/.zshrc
+++ b/.zshrc
@@ -201,9 +201,9 @@ export OOO_FORCE_DESKTOP=gnome
export EDITOR=vim
export VISUAL=$EDITOR
export PAGER=less
-if type vimpager &>/dev/null; then
- export MANPAGER=vimpager
-fi
+#if type vimpager &>/dev/null; then
+ #export MANPAGER=vimpager
+#fi
export PERLDOC_PAGER=less
export PERLDOC="-MPod::Text::Color::Delight"
export LESSCHARSET="UTF-8"