Files
zsh/apps.d/bat.zsh

9 lines
146 B
Bash

# 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