From a2cfea4c3e88c3c877392a48cdaa8d7a64bba66e Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 25 Sep 2025 19:49:26 +0200 Subject: [PATCH] remove git ignore on eza Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- home/programs/shell/eza.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/programs/shell/eza.nix b/home/programs/shell/eza.nix index 4ff1af2..dbf4c51 100644 --- a/home/programs/shell/eza.nix +++ b/home/programs/shell/eza.nix @@ -7,7 +7,6 @@ extraOptions = [ "--group-directories-first" "--no-quotes" - "--git-ignore" "--icons=always" ]; };