diff options
| -rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
