From 01e376c936f800344acd867a9f8d31622bcc67ea Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Tue, 2 Jul 2024 22:38:56 +0200 Subject: add ltr alias --- home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home.nix b/home.nix index 686ca46..bd982de 100644 --- a/home.nix +++ b/home.nix @@ -39,6 +39,9 @@ verify = "sudo nix --extra-experimental-features nix-command store verify --all"; optimize = "sudo nix --extra-experimental-features nix-command store optimise"; + # list latest files last + ltr = "eza -l -s modified"; + # ssh around in the local network mac = "ssh mac.fritz.box"; macroot = "ssh root@mac.fritz.box"; -- cgit v1.2.3