fish: make ,, (nix run) better

This commit is contained in:
Primrose 2024-11-03 11:27:07 +01:00
parent 31958d02af
commit 8d676a2ca1
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 10 additions and 2 deletions

View file

@ -50,8 +50,6 @@
rm = "rm -I"; # idiot protection
tree = "tree -Cph";
restow = "cd ~/.dotfiles/ && stow -D . && stow -S . && prevd";
nix-shell = "nix-shell --run fish";
",," = "nix shell -c";
}
(lib.mkIf pkgs.stdenv.isLinux {