diff options
author | Alberto Re <alberto.re@gmail.com> | 2018-07-01 20:16:08 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2018-07-01 20:16:08 +0200 |
commit | 29a2394c8f88efe04a61460a9a171228c39b1de0 (patch) | |
tree | 5f50b5468f236b0a617af34b839254dc63092738 /plugins/vagrant-prompt/README.md | |
parent | 78e7ec2186201a941f47d2f1f7a986bae3828e59 (diff) | |
download | zsh-29a2394c8f88efe04a61460a9a171228c39b1de0.tar.gz zsh-29a2394c8f88efe04a61460a9a171228c39b1de0.tar.bz2 zsh-29a2394c8f88efe04a61460a9a171228c39b1de0.zip |
Adds `vagrant_prompt_info` function to your shell (#4081)
Diffstat (limited to 'plugins/vagrant-prompt/README.md')
-rw-r--r-- | plugins/vagrant-prompt/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/vagrant-prompt/README.md b/plugins/vagrant-prompt/README.md new file mode 100644 index 000000000..c5bc55d17 --- /dev/null +++ b/plugins/vagrant-prompt/README.md @@ -0,0 +1,6 @@ +This plugin prompts the status of the Vagrant VMs. It supports single-host and +multi-host configurations as well. + +Look inside the source for documentation about custom variables. + +Alberto Re <alberto.re@gmail.com> |