From 4ccd29cb9d635ed5a519cb0259f85a82ce590f05 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Sat, 4 Jan 2025 22:35:06 +0100 Subject: [PATCH] home-manager/terminal/shell: remove abbreviations (use shellAliases instead) --- config/home-manager/terminal/shell/fish.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/home-manager/terminal/shell/fish.nix b/config/home-manager/terminal/shell/fish.nix index c96824a..0e4e4f9 100644 --- a/config/home-manager/terminal/shell/fish.nix +++ b/config/home-manager/terminal/shell/fish.nix @@ -23,10 +23,6 @@ in { fish_vi_key_bindings # Enable Vi mode ''; - shellAbbrs = { - cd = "z"; - ngc = "sudo nix-collect-garbage -d"; - }; plugins = [ { name = "fzf";