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:
parent
452a8fd4c7
commit
b6a803d99d
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue