blob: 0d712ac63d2f9be75d00746ba153dcc553c7c343 (
plain)
1
2
3
4
5
6
7
8
|
# codeclimate plugin
This plugin adds autocompletion for the [`codeclimate` CLI](https://github.com/codeclimate/codeclimate).
To use it, add `codeclimate` to the plugins array in your zshrc file:
```zsh
plugins=(... codeclimate)
```
|