.profile: Add tree support
This commit is contained in:
parent
89ec038954
commit
fde9c349cd
3
.profile
3
.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
|
||||
|
Reference in New Issue
Block a user