Force paging for short manuals
This is done to match default "man" behavior without bat.
This commit is contained in:
parent
6da7a8d562
commit
70ee860eac
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
export MANROFFOPT="-c"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue