diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-28 18:48:51 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-28 18:51:50 +0100 |
commit | e811e53398f7e204be538d2a9ffea29239739f77 (patch) | |
tree | 3efc4a18465af11fe2d225e941d9116b2ec1384e | |
parent | 5cd9f33cd2dcd7a54fc46a57fd5402ff1c1ea276 (diff) |
bash: Set $MANPAGER to nvimpager
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ export BROWSER="firefox" export CC="cc" export EDITOR="nvim" export PAGER="less" +export MANPAGER="nvimpager" export TERM="xterm-256color" export VISUAL="nvim" |