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"; };