diff --git a/dot_envvar.tmpl b/dot_envvar.tmpl index c5b649d..43373a2 100644 --- a/dot_envvar.tmpl +++ b/dot_envvar.tmpl @@ -28,7 +28,7 @@ fi # Replace cat with bat if [ $(command -v bat) ]; then - export BAT_PAGER="less -RF" + export BAT_PAGER="less -SRF" export MANPAGER="sh -c 'col -bx | bat -l man -p'" export MANROFFOPT="-c" fi