From 1b5c6892fdc0f017574a718fe247481e41d9cc59 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 4ff1af29..dbf4c51f 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" ]; };