blob: 3f4b880786998ab25a94739f001e00cce47393e6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Invoke plugin
This plugin adds completion for [invoke](https://github.com/pyinvoke/invoke).
To use it, add `invoke` to the plugins array in your `~/.zshrc` file:
```zsh
plugins=(... invoke)
```
|