sh/shell/alias/tree.sh
2024-11-15 16:27:41 +01:00

8 lines
47 B
Bash

alias t="\
tree \
"
alias ta="\
tree \
-a \
"