1
0
Fork 0

Force paging for short manuals
All checks were successful
/ build-kde (push) Successful in 12m19s
/ build-gnome (push) Successful in 9m38s

This is done to match default "man" behavior without bat.
This commit is contained in:
ver4a 2024-11-16 12:32:00 +01:00
parent 6da7a8d562
commit 70ee860eac

View file

@ -1,2 +1,2 @@
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
export MANPAGER="sh -c 'col -bx | bat -l man --decorations=never --paging=always'"
export MANROFFOPT="-c"