diff options
author | wajdi <w.hawari@gmail.com> | 2015-02-19 10:34:51 -0500 |
---|---|---|
committer | wajdi <w.hawari@gmail.com> | 2015-02-19 10:34:51 -0500 |
commit | e10470f6a320f37a07a229c65c5c7a9646477992 (patch) | |
tree | 741205e66ea354be16e600c0bd644e9867befe55 /plugins/vagrant/_vagrant | |
parent | 223197b4e0cf989f380d02ff326afc6371663d30 (diff) | |
download | zsh-e10470f6a320f37a07a229c65c5c7a9646477992.tar.gz zsh-e10470f6a320f37a07a229c65c5c7a9646477992.tar.bz2 zsh-e10470f6a320f37a07a229c65c5c7a9646477992.zip |
Adding ssh-config to vagrant plugin autocomplete. Was missing
Diffstat (limited to 'plugins/vagrant/_vagrant')
-rw-r--r-- | plugins/vagrant/_vagrant | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/vagrant/_vagrant b/plugins/vagrant/_vagrant index 0c82acd42..76f80b0d7 100644 --- a/plugins/vagrant/_vagrant +++ b/plugins/vagrant/_vagrant @@ -113,7 +113,7 @@ case $state in (box) __vagrant-box ;; - (up|provision|package|destroy|reload|ssh|halt|resume|status) + (up|provision|package|destroy|reload|ssh|ssh-config|halt|resume|status) _arguments ':feature:__vm_list' esac ;; |