8 lines
145 B
Bash
8 lines
145 B
Bash
# shellcheck shell=bash
|
|
# vim: ft=sh
|
|
|
|
! command -v bat > /dev/null && return
|
|
|
|
export PAGER=bat
|
|
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|