Files
nixos-config/user/programs/terminal/files/shell/rc.d/02-bat.sh
Morten Olsen 33f79566b7 update
2023-09-16 12:33:21 +02:00

7 lines
142 B
Bash

if hash bat &> /dev/null; then
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
export BAT_THEME="MonokaiExtended"
alias cat="bat"
fi