Include doctl binary and shell completions

This commit is contained in:
Daniel McKnight 2025-06-04 19:09:43 -07:00
parent e73b5d14a8
commit 843cd752db
3 changed files with 7 additions and 1 deletions

View file

@ -168,6 +168,9 @@ fi
which kubectl 1> /dev/null && source <(kubectl completion bash)
which helm 1> /dev/null && source <(helm completion bash)
# Digital Ocean
which doctl 1> /dev/null && source <(doctl completion bash)
# Helpful Aliases
if [ -n "${SUDO_USER}" ]; then
alias nano="nano --rcfile \"/home/${SUDO_USER}/.config/nano/nanorc\""