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)";