fish: alias cat => bat

This commit is contained in:
John Bowdre 2024-07-01 09:55:23 -05:00
parent 9181518a07
commit 5e923f8948

View file

@ -21,6 +21,7 @@
}; };
shellAliases = { shellAliases = {
cat = "bat";
top = "btop"; top = "btop";
}; };