sh/shell/alias/tree.sh
2024-11-16 13:53:18 +01:00

8 lines
37 B
Bash

t() {
tree
}
ta() {
tree \
-a
}