From 6fff56a6c91d11f6d5f74ccf7ba9c8e883b8d8e5 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 5 Jan 2026 15:57:36 -0800 Subject: minor tweaks for eza --- home/programs/eza.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'home/programs') diff --git a/home/programs/eza.nix b/home/programs/eza.nix index 470ed1c..fa6c1d4 100644 --- a/home/programs/eza.nix +++ b/home/programs/eza.nix @@ -5,17 +5,17 @@ icons = "always"; colors = "always"; git = true; - enableFishIntegration = false; # I setup my own aliases + enableFishIntegration = true; extraOptions = [ + "--git-ignore" "--group-directories-first" + "--hyperlink" "--no-quotes" - "--git-ignore" ]; }; programs.fish.shellAliases = { - la = "eza -la"; - ll = "eza -la -L=1"; - lt = "eza -aT -L=2"; + llt = "eza --sort=modified -l"; + llta = "eza --sort=modified -la"; }; } -- cgit v1.2.3