From 71b5abc01536c7b8c499f1731e9cc2a7ca90f938 Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:20:42 +1000 Subject: [PATCH] feat: add duf and dua aliases --- modules/home-manager/features/fish.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home-manager/features/fish.nix b/modules/home-manager/features/fish.nix index cfbf059..a6201fd 100644 --- a/modules/home-manager/features/fish.nix +++ b/modules/home-manager/features/fish.nix @@ -19,6 +19,8 @@ in # keep-sorted start cat = "bat"; cd = "j"; + df = "duf"; + du = "dua"; g = "lazygit"; l = "eza"; la = "eza -a";