feat(bat): use bat as default cat

This commit is contained in:
Khaïs COLIN 2025-05-24 00:27:27 +02:00
parent 082851fa80
commit c2908e656d
Signed by: logistic-bot
SSH key fingerprint: SHA256:3zI3/tx0ZpCLHCLPmEaGR4oeYCPMCzQxXhXutBmtOAU

View file

@ -36,7 +36,6 @@ in {
ouch
inetutils
fd
bat
# remote working
remmina
# communication
@ -223,6 +222,7 @@ in {
shellAliases = {
vim = "hx";
vi = "hx";
cat = "bat";
# progress cp
# https://serverfault.com/questions/43014/copying-a-large-directory-tree-locally-cp-or-rsync
@ -414,4 +414,8 @@ in {
};
};
};
programs.bat = {
enable = true;
};
}