blob: 2bf92c9de2cfedb7855a6b57718ded070c1e920c (
plain)
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)
```
|