1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-02-24 20:36:03 +01:00
ohmyzsh/plugins/bloop
ankusharya c4692f5c20
Typo in http url
Co-authored-by: Brad Christensen <polyphenolics@gmail.com>
2021-10-31 14:44:25 +05:30
..
bloop.plugin.zsh Fixes #10365. Add bloop plugin 2021-10-31 02:37:25 +05:30
README.md Typo in http url 2021-10-31 14:44:25 +05:30

bloop plugin

The plugin adds several aliases for common bloop commands.

To use it, add bloop to the plugins array of your zshrc file:

plugins=(... bloop)

Aliases

Alias Command Description
bp brew projects List the projects in current repository
bc brew compile Compile the project
bcl brew clean Clean the project
br brew run Run the project