]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/rebar/README.md
456ba45c7361b2d2a6e2fd82878d56c9a191d98c
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / rebar / README.md
1 # rebar plugin
2
3 This plugin adds completions for the [rebar](https://www.rebar3.org/) Erlang build tool.
4
5 To use it, add `rebar` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... rebar)
9 ```