README.md 189 Bytes
Newer Older
Bjorn Stange's avatar
Bjorn Stange committed
1
2
3
4
5
6
7
8
9
# Vagrant plugin

This plugin adds completion for [Vagrant](https://www.vagrantup.com/)

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

```zsh
plugins=(... vagrant)
```