diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-01 17:35:37 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-01 18:55:16 +0200 |
| commit | 57abc78908f6ed752b1081f94f0a24d264c7afec (patch) | |
| tree | 8a9eb939f2be25e2aa5316e2fbb94239f9de5757 | |
| parent | fe21f3ac307b9e6598999ee416362803f72bb869 (diff) | |
| download | dotfiles-57abc78908f6ed752b1081f94f0a24d264c7afec.tar.gz dotfiles-57abc78908f6ed752b1081f94f0a24d264c7afec.zip | |
misc(bash): MANWIDTH 999 → 100
Man pages don't look good with wrapped lines of 999 columns.
| -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 |
