]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/homestead/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / homestead / README.md
1 # Homestead
2
3 This plugin provides completion for [Homestead](https://laravel.com/docs/homestead).
4
5 To use it add homestead to the plugins array in your zshrc file.
6
7 ```bash
8 plugins=(... homestead)
9 ```