diff options
author | Erwan ROUSSEL <erwan.roussel51@gmail.com> | 2018-10-26 17:08:27 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2018-10-26 17:08:27 +0200 |
commit | fcbfd75827e52cb11e40246735d2a8f43f861d1a (patch) | |
tree | 09a208ccc830b51b59f1d586a4d27a9563ace846 /plugins/homestead/README.md | |
parent | b3483109f54dbb0481fb0d6a491f2bf89f0f4cf8 (diff) | |
download | zsh-fcbfd75827e52cb11e40246735d2a8f43f861d1a.tar.gz zsh-fcbfd75827e52cb11e40246735d2a8f43f861d1a.tar.bz2 zsh-fcbfd75827e52cb11e40246735d2a8f43f861d1a.zip |
homestead: add README (#7343)
Diffstat (limited to 'plugins/homestead/README.md')
-rw-r--r-- | plugins/homestead/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/homestead/README.md b/plugins/homestead/README.md new file mode 100644 index 000000000..476302371 --- /dev/null +++ b/plugins/homestead/README.md @@ -0,0 +1,9 @@ +# Homestead + +This plugin provides completion for [Homestead](https://laravel.com/docs/homestead). + +To use it add homestead to the plugins array in your zshrc file. + +```bash +plugins=(... homestead) +``` |