diff --git a/contrib/bash/completion.sh b/contrib/bash/completion.sh index 700768264..d660999da 100644 --- a/contrib/bash/completion.sh +++ b/contrib/bash/completion.sh @@ -79,7 +79,7 @@ _vagrant() { COMPREPLY=($(compgen -W "${up_commands} ${vm_list}" -- ${cur})) return 0 ;; - "ssh"|"provision"|"reload"|"halt"|"suspend"|"resume"|"ssh-config") + "destroy"|"ssh"|"provision"|"reload"|"halt"|"suspend"|"resume"|"ssh-config") vagrant_state_file=$(__vagrantinvestigate) || return 1 if [[ -f "${vagrant_state_file}" ]] then