From 160ca33d59ecf9b14429b100e4ab75458e8e1786 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 23 Sep 2023 14:53:38 -0500 Subject: [PATCH] fish: add htop alias --- 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 f2896fa..9680c91 100644 --- a/home/features/cli/fish.nix +++ b/home/features/cli/fish.nix @@ -27,6 +27,7 @@ in }; shellAliases = { + htop = "btm"; # because I always forget the name }; functions = {