Add bashtop alias if installed

This commit is contained in:
Tim 2025-02-24 20:10:48 +01:00
parent e17180cf47
commit 30f6f563aa

View File

@ -40,3 +40,7 @@ if type "eza" > /dev/null; then
alias lttt=' ls --tree -D -L 4 -I ${TREE_IGNORE}'
alias ltttt=' ls --tree -D -L 5 -I ${TREE_IGNORE}'
fi
if type "bashtop" > /dev/null; then
alias top='bashtop'
fi