From 01fde39946454c0ecf1a0c74ce405d1c28281d60 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sat, 4 Apr 2026 13:33:02 -0500 Subject: [PATCH] updated eza alias flags --- modules/programs/eza.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/eza.nix b/modules/programs/eza.nix index 8419e7c..7312e56 100644 --- a/modules/programs/eza.nix +++ b/modules/programs/eza.nix @@ -8,7 +8,7 @@ enableZshIntegration = true; }; home.shellAliases = { - ls = "${lib.getExe pkgs.eza} -lgos type --no-time --follow-symlinks"; + ls = "${lib.getExe pkgs.eza} -algos type --follow-symlinks --all --all"; }; }; } \ No newline at end of file