0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00

#7175 improve vagrant readme (#7247)

This commit is contained in:
Sandra Parsick 2018-10-07 18:16:49 +02:00 committed by Robby Russell
parent 5fbd8e4ee1
commit ca5bbd7526

View file

@ -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)
```