mv
This commit is contained in:
parent
97e985f266
commit
15dfd51681
1 changed files with 0 additions and 0 deletions
10
sh/alias/tree.sh
Normal file
10
sh/alias/tree.sh
Normal file
|
@ -0,0 +1,10 @@
|
|||
t() {
|
||||
tree \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
ta() {
|
||||
tree \
|
||||
-a \
|
||||
"${@}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue