diff --git a/etc/profile.d/bat-manpager.sh b/etc/profile.d/bat-manpager.sh index 59d411c..d4877af 100644 --- a/etc/profile.d/bat-manpager.sh +++ b/etc/profile.d/bat-manpager.sh @@ -1,2 +1,2 @@ -export MANPAGER="sh -c 'col -bx | bat -l man --decorations=never --paging=always'" +export MANPAGER="sh -c 'col -bx | bat -l man --decorations=never --paging=always --pager \"less -RFK\"'" export MANROFFOPT="-c"