.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: '
|
export SUDO_PROMPT='[sudo as %U]: Password for %p: '
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
if has tree; then
|
||||||
|
alias tree='tree -qF --dirsfirst'
|
||||||
|
fi
|
||||||
|
|
||||||
# Dotfile management aliases
|
# Dotfile management aliases
|
||||||
if [ -d "$HOME/.dotfiles" ]; then
|
if [ -d "$HOME/.dotfiles" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user