sh/shell/alias/tree.sh

9 lines
37 B
Bash
Raw Normal View History

2024-11-16 12:53:18 +00:00
t() {
tree
}
2024-03-15 11:24:07 +00:00
2024-11-16 12:53:18 +00:00
ta() {
tree \
-a
}