From d660175ce984b98455d8f07cac2fafdccd3d3684 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Thu, 16 Jan 2025 09:39:04 -0500 Subject: [PATCH] feat(tree): add gitignore option to tree --- homeManagerModules/shell/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeManagerModules/shell/default.nix b/homeManagerModules/shell/default.nix index 57b5b3c3..4c38fcfc 100644 --- a/homeManagerModules/shell/default.nix +++ b/homeManagerModules/shell/default.nix @@ -78,7 +78,7 @@ in { sudo = "sudo "; ls = "ls -lah --color=auto"; - tree = "tree -a -I node_modules"; + tree = "tree -a -I node_modules -I .git --gitignore"; cp = "cp -r"; };