From bc7e75e720fe798a1d4aa395b1f351e7d444a439 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 16 Apr 2020 23:53:49 -0500 Subject: [PATCH] .profile: Doot --- .profile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.profile b/.profile index db01a1c9..ee2a22e3 100755 --- a/.profile +++ b/.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