mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
7 lines
142 B
Bash
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
|
|
|