From d0040bf42e8c9b20e8604f27e2b7ece4d124e79b Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 3 Jul 2025 05:08:35 +0000 Subject: [PATCH] added eza to ignore list --- homeManagerModules/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/homeManagerModules/shell.nix b/homeManagerModules/shell.nix index fe9cb7c..a029fb4 100644 --- a/homeManagerModules/shell.nix +++ b/homeManagerModules/shell.nix @@ -17,6 +17,7 @@ ignorePatterns = [ "history" "ls" + "eza" "clear" ]; save = 1000;