#7175 improve vagrant readme (#7247)

master
Sandra Parsick 8 years ago committed by Robby Russell
parent 5fbd8e4ee1
commit ca5bbd7526
  1. 3
      plugins/vagrant/README.md

@ -1,9 +1,10 @@
# Vagrant plugin
This plugin adds completion for [Vagrant](https://www.vagrantup.com/)
This plugin adds autocompletion for [Vagrant](https://www.vagrantup.com/) commands, task names, box names and built-in handy documentation.
To use it, add `vagrant` to the plugins array in your zshrc file:
```zsh
plugins=(... vagrant)
```

Loading…
Cancel
Save