From cfdde98fdf7aae816b8f719f28cf5e64503aff5d Mon Sep 17 00:00:00 2001 From: ver4a Date: Thu, 27 Mar 2025 21:50:37 +0100 Subject: [PATCH] Make manpager less more verbose --- etc/profile.d/20-bat-manpager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile.d/20-bat-manpager.sh b/etc/profile.d/20-bat-manpager.sh index 757dd21..9ea68ff 100644 --- a/etc/profile.d/20-bat-manpager.sh +++ b/etc/profile.d/20-bat-manpager.sh @@ -1,2 +1,2 @@ -export MANPAGER="sh -c 'col -bx | LESS="RKC" bat -l man --decorations=never --paging=always'" +export MANPAGER="sh -c 'col -bx | LESS="RKCM" bat -l man --decorations=never --paging=always'" export MANROFFOPT="-c"