From ddf9cf8df948e04ad0b4d1201aad2316e686a638 Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Wed, 24 Sep 2025 18:54:49 +1000 Subject: [PATCH] fix: remove cd alias as j is shorter to type --- modules/home-manager/features/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/features/fish.nix b/modules/home-manager/features/fish.nix index a6201fd..9361864 100644 --- a/modules/home-manager/features/fish.nix +++ b/modules/home-manager/features/fish.nix @@ -18,7 +18,7 @@ in shellAliases = { # keep-sorted start cat = "bat"; - cd = "j"; + # cd = "j"; df = "duf"; du = "dua"; g = "lazygit";