0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

homestead: add README (#7343)

This commit is contained in:
Erwan ROUSSEL 2018-10-26 17:08:27 +02:00 committed by Marc Cornellà
parent b3483109f5
commit fcbfd75827

View file

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