README.md 184 Bytes
Newer Older
Erwan ROUSSEL's avatar
Erwan ROUSSEL committed
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)
```