1
0
Fork 0
ostree-native-containers/etc/profile.d/bat-manpager.sh
ver4a 70ee860eac
All checks were successful
/ build-kde (push) Successful in 12m19s
/ build-gnome (push) Successful in 9m38s
Force paging for short manuals
This is done to match default "man" behavior without bat.
2024-11-16 12:32:00 +01:00

2 lines
106 B
Bash

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