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() {
|
||||
tree \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
ta() { a__tree_all "${@}"; }
|
||||
#= ta
|
||||
a__tree_all() {
|
||||
tree \
|
||||
-a \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue