diff options
author | Bjorn Stange <bjorn248@gmail.com> | 2018-10-04 07:07:47 -0400 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2018-10-04 13:07:47 +0200 |
commit | b231840d95a57de6173bbf205a9b5808766f53e3 (patch) | |
tree | 730ab6fc297f2a049db0a69f31a33cb621101e37 /plugins/vagrant | |
parent | 7f96366970045f0552069359180737ec76b3d619 (diff) | |
download | zsh-b231840d95a57de6173bbf205a9b5808766f53e3.tar.gz zsh-b231840d95a57de6173bbf205a9b5808766f53e3.tar.bz2 zsh-b231840d95a57de6173bbf205a9b5808766f53e3.zip |
vagrant: add README (#7215)
Diffstat (limited to 'plugins/vagrant')
-rw-r--r-- | plugins/vagrant/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/vagrant/README.md b/plugins/vagrant/README.md new file mode 100644 index 000000000..5978c2f53 --- /dev/null +++ b/plugins/vagrant/README.md @@ -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) +``` |