.profile: Add tree support

This commit is contained in:
Salt 2020-06-01 05:50:15 -05:00
parent 89ec038954
commit fde9c349cd

View File

@ -246,6 +246,9 @@ if has sudo; then
export SUDO_PROMPT='[sudo as %U]: Password for %p: '
esac
fi
if has tree; then
alias tree='tree -qF --dirsfirst'
fi
# Dotfile management aliases
if [ -d "$HOME/.dotfiles" ]; then