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";