add ltr alias

This commit is contained in:
Christoph Cullmann 2024-07-02 22:38:56 +02:00
parent b8b0403f52
commit 01e376c936
No known key found for this signature in database

View file

@ -39,6 +39,9 @@
verify = "sudo nix --extra-experimental-features nix-command store verify --all"; verify = "sudo nix --extra-experimental-features nix-command store verify --all";
optimize = "sudo nix --extra-experimental-features nix-command store optimise"; 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 # ssh around in the local network
mac = "ssh mac.fritz.box"; mac = "ssh mac.fritz.box";
macroot = "ssh root@mac.fritz.box"; macroot = "ssh root@mac.fritz.box";