fish: Add nix shell functions

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-05-21 15:17:53 +03:00
parent 461bcfb9b6
commit 09a595c8db
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D

View file

@ -53,6 +53,10 @@
"e" = "nvim";
"cdt" = "cd (mktemp -d)";
};
functions = {
ns = "nix shell nixpkgs#$argv[1]";
nss = "nix shell nixpkgs#$argv[1] -c $argv";
};
shellAbbrs = {
"-h" = {