rwx/sh/alias/tree.sh
2024-11-18 15:38:27 +01:00

10 lines
59 B
Bash

t() {
tree \
"${@}"
}
ta() {
tree \
-a \
"${@}"
}