From 90b1f24bec38589a4da9cb92b2cd571a5d1d4ea2 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Tue, 2 Jun 2026 09:55:31 +0200 Subject: misc(bash): MANWIDTH 100 → 120 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/bash') 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 -- cgit v1.3.1