fish: Edit function ns to accept multiple parameters

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-07-06 13:59:41 +03:00
parent 35f9f289c2
commit 01296dcc57
Signed by: gkaklas
GPG key ID: C0CAB8A6BDC9399D

View file

@ -55,7 +55,7 @@
"cdt" = "cd (mktemp -d)";
};
functions = {
ns = "nix shell nixpkgs#$argv[1]";
ns = "nix shell nixpkgs#$argv";
nss = "nix shell nixpkgs#$argv[1] -c $argv";
epoch = "date --date +\"@$argv[1]\"";
which = "ls -l (which $argv[1])";