diff options
| -rw-r--r-- | .config/bash/bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/bash/bashrc b/.config/bash/bashrc index 02f8273..e50752e 100644 --- a/.config/bash/bashrc +++ b/.config/bash/bashrc @@ -29,7 +29,7 @@ alias wl-copy="wl-copy --trim-newline" export INPUTRC="$HOME/.config/bash/inputrc" # Readline configuration export VISUAL=nvim EDITOR=nvim # used by various programs like `git`, `fc`, `man`, … -export MANPAGER="nvim +Man!" MANWIDTH=999 # `nvim` as pager for `man` +export MANPAGER="nvim +Man!" MANWIDTH=100 # `nvim` as pager for `man` # Colors and prompt # The terminal emulator sets $TERM |
