]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/invoke/README.md
3f4b880786998ab25a94739f001e00cce47393e6
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / invoke / README.md
1 # Invoke plugin
2
3 This plugin adds completion for [invoke](https://github.com/pyinvoke/invoke).
4
5 To use it, add `invoke` to the plugins array in your `~/.zshrc` file:
6
7 ```zsh
8 plugins=(... invoke)
9 ```
10