From 5e923f89482a93d90d27ed2f0d3e338b2babd27b Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 1 Jul 2024 09:55:23 -0500 Subject: [PATCH] fish: alias cat => bat --- home/features/cli/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/features/cli/fish.nix b/home/features/cli/fish.nix index 4b4b1ad..84e18a5 100644 --- a/home/features/cli/fish.nix +++ b/home/features/cli/fish.nix @@ -21,6 +21,7 @@ }; shellAliases = { + cat = "bat"; top = "btop"; };