README.md 211 Bytes
Newer Older
Erwan ROUSSEL's avatar
Erwan ROUSSEL committed
1
2
3
4
5
6
7
8
9
# Heroku

This plugin provides completion for the [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli).

To use it add heroku to the plugins array in your zshrc file:

```bash
plugins=(... heroku)
```