Files
dotfiles/.oh-my-zsh/plugins/homestead/README.md
T
2020-05-06 22:06:16 +02:00

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