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