From 137e388593cfb4e484010f1a3a1cdd1e51eee616 Mon Sep 17 00:00:00 2001 From: George Kaklamanos Date: Mon, 23 Jun 2025 12:28:31 +0300 Subject: [PATCH] fish: Add alias for converting the epoch to a date Signed-off-by: George Kaklamanos --- home-manager/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/fish.nix b/home-manager/fish.nix index 7caf1b3..6eb627b 100644 --- a/home-manager/fish.nix +++ b/home-manager/fish.nix @@ -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 = {