diff --git a/.functions.sh b/.functions.sh index afab2dc..ee5ff45 100644 --- a/.functions.sh +++ b/.functions.sh @@ -38,7 +38,6 @@ complete -F _pw_completion pw function doh() { local options - SUDO=sudo options=(start stop restart status) if [[ ! " ${options[@]} " =~ " ${1} " ]]; then echo "wrong option, valid: ${options[@]}"