mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
Update plugins/bloop/README.md for wrong commands
Co-authored-by: Brad Christensen <polyphenolics@gmail.com>
This commit is contained in:
parent
c4692f5c20
commit
55f8310ead
@ -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 |
|
||||
|
Loading…
Reference in New Issue
Block a user