Files
zsh/apps.d/bat.zsh

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'"