add ltr alias
This commit is contained in:
parent
b8b0403f52
commit
01e376c936
3
home.nix
3
home.nix
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue