sh/bash/alias/tree.sh
2024-03-15 12:24:07 +01:00

8 lines
47 B
Bash

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