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"