diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-02 09:55:31 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-02 09:55:31 +0200 |
| commit | 90b1f24bec38589a4da9cb92b2cd571a5d1d4ea2 (patch) | |
| tree | f50e8b488459dcbdcfe53983a74e9ef6291b2784 | |
| parent | d373d5f7f11591230945f8d2a7dfdf61f0574bb8 (diff) | |
| download | dotfiles-90b1f24bec38589a4da9cb92b2cd571a5d1d4ea2.tar.gz dotfiles-90b1f24bec38589a4da9cb92b2cd571a5d1d4ea2.zip | |
misc(bash): MANWIDTH 100 → 120
| -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 e50752e..9dff21f 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=100 # `nvim` as pager for `man` +export MANPAGER="nvim +Man!" MANWIDTH=120 # `nvim` as pager for `man` # Colors and prompt # The terminal emulator sets $TERM |
