Update shellAliases in bat.nix

This commit is contained in:
panotaka
2023-11-25 23:21:52 -04:00
parent 265a6f5aa7
commit fbcf970790

View File

@@ -4,6 +4,6 @@
}; };
home.shellAliases = { home.shellAliases = {
cat = bat; cat = "bat";
}; };
} }