]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/kitchen/README.md
89a6d7002389bf5703187c61daeb8772e91badef
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / kitchen / README.md
1 # kitchen plugin
2
3 This plugin adds completion support for the [Test Kitchen](https://kitchen.ci).
4
5 To use it, add `kitchen` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... kitchen)
9 ```