From fde9c349cda72bcf89e2f8e08fe17d3ebebae391 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 1 Jun 2020 05:50:15 -0500 Subject: [PATCH] .profile: Add tree support --- .profile | 3 +++ 1 file changed, 3 insertions(+) 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