summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix3
1 files changed, 3 insertions, 0 deletions
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";