Use a different bat theme

Don't use Solarized Dark theme because not all `bat` installs make it
available.
This commit is contained in:
Kenneth Benzie 2021-07-14 21:21:58 +01:00
parent acfd0cdee4
commit 85b531e773

View File

@ -66,7 +66,7 @@ if which bat &> /dev/null; then
# Both --theme and --color can be specified multiple times and will override
# these defaults.
bat() {
command bat --theme='Solarized (dark)' --color always \
command bat --theme='TwoDark' --color always \
--paging always --pager 'less -R' "$@"
}
fi