mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Adding ssh-config to vagrant plugin autocomplete. Was missing
This commit is contained in:
parent
223197b4e0
commit
e10470f6a3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue