From 6bcd880481dcba994a04ecb257a69ce2698184df Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 24 Jul 2020 00:19:15 -0400 Subject: .bash_profile: Use vim as man pager --- .bash_profile | 1 + 1 file changed, 1 insertion(+) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index df3ed3b..e3fad15 100644 --- a/.bash_profile +++ b/.bash_profile @@ -28,6 +28,7 @@ export PATH="$HOME/.local/bin:$PATH" # general exports export EDITOR=vim export TERMINAL=urxvt +export MANPAGER="vim -M +MANPAGER -" export PROMPT_COMMAND='cd .; history -a; history -n;' export HISTSIZE= export HISTFILESIZE= -- cgit v1.2.3