diff --git a/bash/alias/tree.sh b/bash/alias/tree.sh new file mode 100644 index 0000000..2252fc1 --- /dev/null +++ b/bash/alias/tree.sh @@ -0,0 +1,8 @@ +alias t="\ +tree \ +" + +alias ta="\ +tree \ +-a \ +"