mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-03-20 21:33:53 +01:00
|
||
---|---|---|
.. | ||
bloop.plugin.zsh | ||
README.md |
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 |
bloop projects |
List the projects in current repository |
bc |
bloop compile |
Compile the project |
bcl |
bloop clean |
Clean the project |
br |
bloop run |
Run the project |