diff --git a/.profile b/.profile index ee2a22e3..b92970c0 100755 --- a/.profile +++ b/.profile @@ -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