blob: d2597f70215afe4faf03a9c50b828a41ce20756e (
plain)
1
2
3
4
5
6
7
8
9
|
# Celery
This plugin provides completion for [Celery](http://www.celeryproject.org/).
To use it add celery to the plugins array in your zshrc file.
```bash
plugins=(... celery)
```
|