feat(bash): add tree alias
This commit is contained in:
parent
3d92fb509f
commit
353800f52b
1 changed files with 1 additions and 0 deletions
|
@ -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)";
|
||||
|
|
Loading…
Reference in a new issue