diff options
Diffstat (limited to '.config/zsh/oh-my-zsh/plugins/heroku/README.md')
-rw-r--r-- | .config/zsh/oh-my-zsh/plugins/heroku/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/zsh/oh-my-zsh/plugins/heroku/README.md b/.config/zsh/oh-my-zsh/plugins/heroku/README.md new file mode 100644 index 0000000..2bf92c9 --- /dev/null +++ b/.config/zsh/oh-my-zsh/plugins/heroku/README.md @@ -0,0 +1,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) +``` |