#!/usr/bin/env bash export MANPAGER='sh -c "col -bx | bat --language man --style grid"' export MANROFFOPT='-c' command man "$@" exit $?