diff --git a/sh/alias/tree.sh b/sh/alias/tree.sh index 745d9e3..b3aa6c4 100644 --- a/sh/alias/tree.sh +++ b/sh/alias/tree.sh @@ -1,12 +1,15 @@ +# tree + +#| tree #= t -a__tree() { +rwx_tree() { tree \ "${@}" } #= ta -a__tree_all() { - tree \ +rwx_tree_all() { + rwx_tree \ -a \ "${@}" }