From 4bf909b4bec08b6fff61312d3bbc7f35ded6982f Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Wed, 24 Sep 2025 18:52:29 +1000 Subject: [PATCH] feat: add some new aliases to preferred shell tools --- modules/home-manager/features/fish.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/home-manager/features/fish.nix b/modules/home-manager/features/fish.nix index 9361864..eafa591 100644 --- a/modules/home-manager/features/fish.nix +++ b/modules/home-manager/features/fish.nix @@ -19,13 +19,22 @@ in # keep-sorted start cat = "bat"; # cd = "j"; + cut = "choose"; df = "duf"; du = "dua"; + # find = "fd"; g = "lazygit"; l = "eza"; la = "eza -a"; ls = "eza"; ns = "nh os switch"; + # curl = "xh"; + ping = "gping"; + ps = "procs"; + # sed = "sd"; + # grep = "rga"; + top = "btm"; + unzip = "ripunzip"; vi = "nvim"; vim = "nvim"; # keep-sorted end