From 2ff855a3b45a820ea87e6a3f0a8ab95919d877be Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 2 May 2024 09:01:36 -0500 Subject: [PATCH] fish: top ~= btop --- home/features/cli/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/features/cli/fish.nix b/home/features/cli/fish.nix index 987ce0d..a7aef19 100644 --- a/home/features/cli/fish.nix +++ b/home/features/cli/fish.nix @@ -21,7 +21,7 @@ }; shellAliases = { - htop = "btm"; # because I always forget the name + top = "btop"; }; functions = {