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