no more bats!

This commit is contained in:
alisceon 2025-09-04 15:08:00 +02:00
parent 648803b90c
commit ea7b587b2b
2 changed files with 0 additions and 3 deletions

View file

@ -74,7 +74,6 @@
curl
btop # system monitor
ripgrep # grep replacement
bat # cat replacement
fd # find replacement
eza # ls replacement
nh # nix helper
@ -185,7 +184,6 @@
aliases["ls"] = "exa"
aliases["ll"] = "exa -lah"
aliases["grep"] = "rg"
aliases["cat"] = "bat -p"
'';
}; # end xonsh