From 57abc78908f6ed752b1081f94f0a24d264c7afec Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Mon, 1 Jun 2026 17:35:37 +0200 Subject: misc(bash): MANWIDTH 999 → 100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Man pages don't look good with wrapped lines of 999 columns. --- .config/bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1