Add tree alias

This commit is contained in:
2021-11-29 16:12:46 +03:00
parent 4e64d45c61
commit 0fc27b3734

View File

@@ -14,6 +14,7 @@ declare -A aliases=(
["pacman"]="pacman --color auto"
["yay"]="yay --color auto"
["q"]="exit"
["tree"]="tree -C"
# Git
["g"]="git"