From 1641a13ce396206a55b7c2d4b024900f36696c35 Mon Sep 17 00:00:00 2001 From: Henri Saudubray Date: Fri, 27 Feb 2026 14:28:21 +0100 Subject: [PATCH] feat (cli): eza options --- home/cli.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/cli.nix b/home/cli.nix index 03d5e2c..a91e159 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -29,7 +29,7 @@ "o" = "xdg-open"; "update" = "sudo nixos-rebuild switch --flake ~/dev/nixos"; "rm" = "rm -i"; - "ls" = "eza"; + "ls" = "eza --git-ignore -ls type"; }; stateVersion = "25.11";