From 353800f52bf7158701d8a791dfabba670aa51f22 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 4 Nov 2023 13:51:53 -0400 Subject: [PATCH] feat(bash): add tree alias --- common/home/bash/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/home/bash/default.nix b/common/home/bash/default.nix index 2bd780bb..472768be 100644 --- a/common/home/bash/default.nix +++ b/common/home/bash/default.nix @@ -127,6 +127,7 @@ tmux = "tmux -2"; ls = "ls -lah --color=auto"; + tree = "tree -a -I node_modules"; cp = "cp -r"; chore = "(cd ~/.nix; git add flake.lock; git commit -m 'chore: update flake.lock'; git push)";