summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
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"