rwx/sh/alias/tree.sh
2024-11-17 22:27:38 +01:00

10 lines
59 B
Bash

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