mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-20 12:50:08 +00:00
vagrant: add README (#7215)
This commit is contained in:
parent
7f96366970
commit
b231840d95
1 changed files with 9 additions and 0 deletions
9
plugins/vagrant/README.md
Normal file
9
plugins/vagrant/README.md
Normal file
|
@ -0,0 +1,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)
|
||||||
|
```
|
Loading…
Reference in a new issue