aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-07-24 00:19:15 -0400
committertdro <tdro@users.noreply.github.com>2020-07-24 00:19:15 -0400
commit6bcd880481dcba994a04ecb257a69ce2698184df (patch)
treefc7b8985b341019bc84727092d11c03c5b3e284d /.bash_profile
parent248da663eed13cfd7cf25aefe8ca3d91b772027f (diff)
downloaddotfiles-6bcd880481dcba994a04ecb257a69ce2698184df.tar.gz
dotfiles-6bcd880481dcba994a04ecb257a69ce2698184df.tar.bz2
dotfiles-6bcd880481dcba994a04ecb257a69ce2698184df.zip
.bash_profile: Use vim as man pager
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile1
1 files changed, 1 insertions, 0 deletions
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=