diff --git a/etc/profile.d/20-bat-manpager.sh b/etc/profile.d/20-bat-manpager.sh index d4877af..85f505c 100644 --- a/etc/profile.d/20-bat-manpager.sh +++ b/etc/profile.d/20-bat-manpager.sh @@ -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"