feat(bash): add tree alias

This commit is contained in:
matt1432 2023-11-04 13:51:53 -04:00
parent 3d92fb509f
commit 353800f52b

View file

@ -127,6 +127,7 @@
tmux = "tmux -2"; tmux = "tmux -2";
ls = "ls -lah --color=auto"; ls = "ls -lah --color=auto";
tree = "tree -a -I node_modules";
cp = "cp -r"; cp = "cp -r";
chore = "(cd ~/.nix; git add flake.lock; git commit -m 'chore: update flake.lock'; git push)"; chore = "(cd ~/.nix; git add flake.lock; git commit -m 'chore: update flake.lock'; git push)";