tree/@
This commit is contained in:
parent
e43429a683
commit
c7d3d72e62
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
||||||
t() {
|
t() {
|
||||||
tree
|
tree \
|
||||||
|
"${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
ta() {
|
ta() {
|
||||||
tree \
|
tree \
|
||||||
-a
|
-a \
|
||||||
|
"${@}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue