home/fish: remove clubbering nix-shell alias

This commit is contained in:
Primrose 2026-01-08 18:29:24 +01:00
parent c33bef854b
commit 4728a44721
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -21,10 +21,6 @@
# idiot protection # idiot protection
chmod = "chmod --preserve-root"; chmod = "chmod --preserve-root";
chown = "chown --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";
}) })
]; ];
}; };