change bat config

This commit is contained in:
Frost-Phoenix 2023-11-06 16:18:17 +01:00
parent a5a8794b8b
commit d7ed1e9169
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
# Utils
c = "clear";
vim = "nvim";
cat = "bat --theme 'Visual Studio Dark+'";
cat = "bat";
l = "eza --icons -a --group-directories-first -1"; #EZA_ICON_SPACING=2
ll = "eza --icons -a --group-directories-first -1 --no-user --long";
tree = "eza --icons --tree --group-directories-first";