1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-21 13:16:04 +00:00

Disable line wrap in bat by default

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2021-12-15 10:15:48 -06:00
parent 0043e59068
commit 838a9741a9
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -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