diff options
| author | Zach Whitten <zwhitten+github@gmail.com> | 2019-10-03 07:52:50 -0400 |
|---|---|---|
| committer | Marc Cornellà <marc.cornella@live.com> | 2019-10-03 13:52:50 +0200 |
| commit | c60371a829901cde3322c18c6d35e88ddd9bc1f3 (patch) | |
| tree | 72db15be7b95969dc88c89d96f9afda2dd770616 /plugins/rebar | |
| parent | d9bb732eac5a734ee662034873b9dbdea84d1184 (diff) | |
| download | zsh-c60371a829901cde3322c18c6d35e88ddd9bc1f3.tar.gz zsh-c60371a829901cde3322c18c6d35e88ddd9bc1f3.tar.bz2 zsh-c60371a829901cde3322c18c6d35e88ddd9bc1f3.zip | |
rebar: add README (#8198)
Diffstat (limited to 'plugins/rebar')
| -rw-r--r-- | plugins/rebar/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/rebar/README.md b/plugins/rebar/README.md new file mode 100644 index 000000000..456ba45c7 --- /dev/null +++ b/plugins/rebar/README.md @@ -0,0 +1,9 @@ +# rebar plugin + +This plugin adds completions for the [rebar](https://www.rebar3.org/) Erlang build tool. + +To use it, add `rebar` to the plugins array in your zshrc file: + +```zsh +plugins=(... rebar) +``` |
