1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 16:00:41 +01:00

vagrant: add README (#7215)

This commit is contained in:
Bjorn Stange
2018-10-04 07:07:47 -04:00
committed by Marc Cornellà
parent 7f96366970
commit b231840d95

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