ohmyzsh/plugins/vagrant
Andrew Imeson 64976138b6 Add new vagrant commands (#7455)
* vagrant: Add `cloud` subcommand to completion

* vagrant: Add `port` subcommand to completion

* vagrant: Add `validate` subcommand to completion
2018-12-31 11:13:31 -08:00
..
_vagrant Add new vagrant commands (#7455) 2018-12-31 11:13:31 -08:00
README.md #7175 improve vagrant readme (#7247) 2018-10-07 09:16:49 -07:00

Vagrant plugin

This plugin adds autocompletion for Vagrant commands, task names, box names and built-in handy documentation.

To use it, add vagrant to the plugins array in your zshrc file:

plugins=(... vagrant)