]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/heroku/README.md
2bf92c9de2cfedb7855a6b57718ded070c1e920c
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / heroku / README.md
1 # Heroku
2
3 This plugin provides completion for the [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli).
4
5 To use it add heroku to the plugins array in your zshrc file:
6
7 ```bash
8 plugins=(... heroku)
9 ```