tree/t,ta
This commit is contained in:
parent
2765d87386
commit
75ff649291
1 changed files with 8 additions and 0 deletions
8
bash/alias/tree.sh
Normal file
8
bash/alias/tree.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
alias t="\
|
||||
tree \
|
||||
"
|
||||
|
||||
alias ta="\
|
||||
tree \
|
||||
-a \
|
||||
"
|
Loading…
Reference in a new issue