mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-30 17:50:07 +00:00
19 lines
971 B
Markdown
19 lines
971 B
Markdown
|
# bloop plugin
|
||
|
|
||
|
The plugin adds several aliases for common [bloop](https://https://scalacenter.github.io/bloop/) commands.
|
||
|
|
||
|
To use it, add `bloop` to the plugins array of your zshrc file:
|
||
|
|
||
|
```zsh
|
||
|
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 |
|