diff options
author | Sandra Parsick <sparsick@users.noreply.github.com> | 2018-10-07 18:16:49 +0200 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2018-10-07 09:16:49 -0700 |
commit | ca5bbd7526f19d5694ed54422ba99ba22e7c56c8 (patch) | |
tree | be4fdbfcde49091196c469686515caff21d571f5 /plugins/vagrant | |
parent | 5fbd8e4ee127f39f0eaf661a730be3243f210292 (diff) | |
download | zsh-ca5bbd7526f19d5694ed54422ba99ba22e7c56c8.tar.gz zsh-ca5bbd7526f19d5694ed54422ba99ba22e7c56c8.tar.bz2 zsh-ca5bbd7526f19d5694ed54422ba99ba22e7c56c8.zip |
#7175 improve vagrant readme (#7247)
Diffstat (limited to 'plugins/vagrant')
-rw-r--r-- | plugins/vagrant/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/vagrant/README.md b/plugins/vagrant/README.md index 5978c2f53..f6ea87b0e 100644 --- a/plugins/vagrant/README.md +++ b/plugins/vagrant/README.md @@ -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) ``` + |