mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-08-16 13:29:28 +02:00
10 lines
201 B
Markdown
Executable File
10 lines
201 B
Markdown
Executable File
# 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)
|
|
```
|