Configure bat to use a different theme

Whatever bat's default theme for syntax highlight is, I cannot read it with my
current theme.
This commit is contained in:
William Carroll 2020-03-10 22:04:01 +00:00
parent 452a8fd4c7
commit b6a803d99d

View file

@ -76,7 +76,7 @@
shellAliases = {
c = "xclip -selection clipboard -i";
p = "xclip -selection clipboard -o";
cat = "bat";
cat = "bat --theme='Monokai Extended Light'";
rgh = "rg --hidden";
fdh = "fd --hidden";
tpr = "tput reset";