From 7b4d2e877df4b2f66dc244223148c4256862883d Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 25 Feb 2025 08:58:47 -0500 Subject: [PATCH] add lah as alias for ls -alh --- modules/software/usershell.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/software/usershell.nix b/modules/software/usershell.nix index 9158e36..d71ea4b 100644 --- a/modules/software/usershell.nix +++ b/modules/software/usershell.nix @@ -14,6 +14,9 @@ syntaxHighlighting = { enable = true; }; + shellAliases = { + lah = "ls -lah"; + }; }; programs.starship = let