summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-06-30 18:26:28 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-06-30 18:26:28 +0200
commit3610d96297ba091c0a743ff9b4e1bd635cc5bc19 (patch)
treea42d9aa5cce7b202cbf09bc3771cee1a85d07a9d
parentd3dde700b5a0d47560f857644da7db2b2d90fd31 (diff)
add la alias
-rw-r--r--home.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index 114d326..540ee75 100644
--- a/home.nix
+++ b/home.nix
@@ -42,6 +42,7 @@
# overwrite some tools
cat = "bat";
ls = "lsd";
+ la = "lsd -ahl";
# ssh around in the local network
mac = "ssh mac.fritz.box";