alias/tree
This commit is contained in:
parent
7276d4cfbc
commit
871cb98e14
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
t() { a__tree "${@}"; }
|
#= t
|
||||||
a__tree() {
|
a__tree() {
|
||||||
tree \
|
tree \
|
||||||
"${@}"
|
"${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
ta() { a__tree_all "${@}"; }
|
#= ta
|
||||||
a__tree_all() {
|
a__tree_all() {
|
||||||
tree \
|
tree \
|
||||||
-a \
|
-a \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue