From 534e5dd1a1d723521126026644602a7bc72736d6 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 28 Jan 2026 20:32:08 +0100 Subject: [PATCH] minor --- modules/zsh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/zsh.nix b/modules/zsh.nix index eebefef..2c47c71 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -24,8 +24,8 @@ in shellAliases = { ls = "eza"; - ll = "eza -l --icons --git"; - la = "eza -la --icons --git"; + ll = "eza -l --icons --group --git"; + la = "eza -la --icons --group --git"; lt = "eza --tree --icons"; # Nix helpers