.profile: Doot
This commit is contained in:
parent
d419c8a0ef
commit
bc7e75e720
5
.profile
5
.profile
@ -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
|
||||
|
Reference in New Issue
Block a user