sh/shell/alias/tree.sh

9 lines
47 B
Bash
Raw Normal View History

2024-03-15 11:24:07 +00:00
alias t="\
tree \
"
alias ta="\
tree \
-a \
"