.profile: Doot

This commit is contained in:
Salt 2020-04-16 23:53:49 -05:00
parent d419c8a0ef
commit bc7e75e720

View File

@ -68,6 +68,11 @@ has() {
command -v "$1" > /dev/null 2>&1
}
# Doot
if ! has doot; then
alias doot="echo Doot doot."
fi
# Grab pip completion, if it exists
if has pip; then
case "$_baseshell" in