diff --git a/etc/profile.d/bat-manpager.sh b/etc/profile.d/bat-manpager.sh new file mode 100644 index 0000000..e0ac417 --- /dev/null +++ b/etc/profile.d/bat-manpager.sh @@ -0,0 +1,2 @@ +export MANPAGER="sh -c 'col -bx | bat -l man -p'" +export MANROFFOPT="-c"