blob: 4763023717ae03786cdfdf23bf7aba24bdec907a (
plain)
1
2
3
4
5
6
7
8
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)
```
|