README.md 200 Bytes
Newer Older
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)
```