1
0
Fork 0

Fix paging when LESS variable is set

This commit is contained in:
ver4a 2025-03-26 13:56:30 +01:00
parent 7c6f973a2e
commit 9ab7accb63

View file

@ -1,2 +1,2 @@
export MANPAGER="sh -c 'col -bx | bat -l man --decorations=never --paging=always --pager \"less -RFK\"'"
export MANPAGER="sh -c 'col -bx | LESS="RK" bat -l man --decorations=never --paging=always'"
export MANROFFOPT="-c"