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:
parent
0043e59068
commit
838a9741a9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue