diff --git a/etc/profile.d/bat-manpager.sh b/etc/profile.d/bat-manpager.sh index e0ac417..59d411c 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 -p'" +export MANPAGER="sh -c 'col -bx | bat -l man --decorations=never --paging=always'" export MANROFFOPT="-c"