diff --git a/nix/homeModules/common/fish/aliasesAbbrs.nix b/nix/homeModules/common/fish/aliasesAbbrs.nix index 330a0159..863510f6 100644 --- a/nix/homeModules/common/fish/aliasesAbbrs.nix +++ b/nix/homeModules/common/fish/aliasesAbbrs.nix @@ -21,10 +21,6 @@ # idiot protection chmod = "chmod --preserve-root"; chown = "chown --preserve-root"; - - # I can't make alias with a space, i.e. `nom shell` - nix-shell = "nix-shell --command fish"; - nom-shell = "nom-shell --command fish"; }) ]; };