From 1b53d3f2fac3dfb08aec59ddb9d58b00ec62c28d Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Sat, 15 Feb 2025 17:25:46 +0100 Subject: [PATCH] add lla shell alias --- home/cli.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/cli.nix b/home/cli.nix index d1aed9c..744a3d1 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -23,8 +23,9 @@ syntaxHighlighting.enable = true; shellAliases = { ls = "eza"; - ll = "ls -lh"; lsa = "ls -A"; + ll = "ls -lh"; + lla = "ls -lAh"; h = "hx"; g = "git"; cd = "z";