# shellcheck shell=bash # vim: ft=sh if command -v bat >/dev/null; then export PAGER=bat export MANPAGER="sh -c 'col -bx | bat -l man -p'" fi