# Wrap common commands or use a generic 'bh' (bat-help) function
bh() {
    "$@" --help 2>&1 | bat -pl help
}
