Use a different bat theme
Don't use Solarized Dark theme because not all `bat` installs make it available.
This commit is contained in:
parent
acfd0cdee4
commit
85b531e773
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user