]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/celery/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / celery / README.md
1 # Celery
2
3 This plugin provides completion for [Celery](http://www.celeryproject.org/).
4
5 To use it add celery to the plugins array in your zshrc file.
6
7 ```bash
8 plugins=(... celery)
9 ```