fish: Add function which

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

View file

@ -58,6 +58,7 @@
ns = "nix shell nixpkgs#$argv[1]";
nss = "nix shell nixpkgs#$argv[1] -c $argv";
epoch = "date --date +\"@$argv[1]\"";
which = "ls -l (which $argv[1])";
};
shellAbbrs = {