tree
This commit is contained in:
parent
15dfd51681
commit
491dc1fa1c
1 changed files with 4 additions and 2 deletions
|
@ -1,9 +1,11 @@
|
|||
t() {
|
||||
t() { sh_a__tree "${@}"; }
|
||||
sh_a__tree() {
|
||||
tree \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
ta() {
|
||||
ta() { sh_a__tree_all "${@}"; }
|
||||
sh_a__tree_all() {
|
||||
tree \
|
||||
-a \
|
||||
"${@}"
|
||||
|
|
Loading…
Reference in a new issue