fish: Add alias for converting the epoch to a date

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-06-23 12:28:31 +03:00
parent e3ddc0e96a
commit 137e388593
Signed by: gkaklas
GPG key ID: C0CAB8A6BDC9399D

View file

@ -56,6 +56,7 @@
functions = {
ns = "nix shell nixpkgs#$argv[1]";
nss = "nix shell nixpkgs#$argv[1] -c $argv";
epoch = "date --date +\"@$argv[1]\"";
};
shellAbbrs = {