mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 16:32:00 +00:00
Update plugins/bloop/README.md for wrong commands
Co-authored-by: Brad Christensen <polyphenolics@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ plugins=(... bloop)
|
||||
|
||||
| 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 |
|
||||
| `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 |
|
||||
|
||||
Reference in New Issue
Block a user