From eed2f91a44007d8a7c2eea761cc75783b56dd310 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sat, 22 Feb 2025 14:17:30 +0800 Subject: [PATCH] feat(alias): add l alias to home.nix --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index f555602..c43caa3 100644 --- a/home.nix +++ b/home.nix @@ -31,7 +31,7 @@ enable = true; enableCompletion = true; shellAliases = { - ll = "ls -la"; + l = "ls -l --human-readable --file-type --almost-all"; }; };