summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 77f5134..8582ad0 100644
--- a/bashrc
+++ b/bashrc
@@ -75,7 +75,7 @@ export GPG_TTY=$(tty)
export RIPGREP_CONFIG_PATH=${HOME}/.config/ripgreprc
# use vim as pager (VimTip 167)
-export MANPAGER="/bin/sh -c \"col -b -x | view -u ~/.vim/pager.vim -c 'set ft=man nomod nolist' -\""
+export MANPAGER="vim -u ~/.vim/pager.vim +MANPAGER --not-a-term -"
export PERLDOC_PAGER=$MANPAGER
export GROFF_NO_SGR=1