1
0
Fork 0
ostree-native-containers/etc/profile.d/20-bat-manpager.sh
ver4a 8d03443759
All checks were successful
/ build-gnome (push) Successful in 13m47s
/ build-kde (push) Successful in 18m53s
Make bat manpager print from top
If a manual is short enough to fit into first screen, the manual will
not start at the top of the terminal because it's painted from bottom to
top. This makes less print from top to bottom, making the behavior
consistent between long and short manuals.
2025-03-26 13:58:13 +01:00

2 lines
117 B
Bash

export MANPAGER="sh -c 'col -bx | LESS="RKC" bat -l man --decorations=never --paging=always'"
export MANROFFOPT="-c"