alias/tree

This commit is contained in:
Marc Beninca 2025-07-06 19:13:41 +02:00
parent 7276d4cfbc
commit 871cb98e14
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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 \