diff options
| author | Martin Beentjes <martinbeentjes@users.noreply.github.com> | 2022-02-07 09:26:12 +0100 |
|---|---|---|
| committer | Marc Cornellà <marc@mcornella.com> | 2024-07-24 12:49:49 +0200 |
| commit | 9a0e4f0acabbe3562e0ff1a33c4ac0064f3d196c (patch) | |
| tree | c845bdeb0d34511b2f4b1e41b3f5f9f720108dc4 /plugins/brew/README.md | |
| parent | 8b6f0b1dfbe2634c5b35f8c03f88edf2fdf20b36 (diff) | |
| download | zsh-9a0e4f0acabbe3562e0ff1a33c4ac0064f3d196c.tar.gz zsh-9a0e4f0acabbe3562e0ff1a33c4ac0064f3d196c.tar.bz2 zsh-9a0e4f0acabbe3562e0ff1a33c4ac0064f3d196c.zip | |
feat(brew): add `brew install` alias (#10660)
Closes #10660
Diffstat (limited to 'plugins/brew/README.md')
| -rw-r--r-- | plugins/brew/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/brew/README.md b/plugins/brew/README.md index d70fe5842..347bf3546 100644 --- a/plugins/brew/README.md +++ b/plugins/brew/README.md @@ -31,6 +31,7 @@ the `brew` binary before sourcing `oh-my-zsh.sh` and it'll set up the environmen | `bcubo` | `brew update && brew outdated --cask` | Update Homebrew data, then list outdated casks. | | `bcup` | `brew upgrade --cask` | Upgrade all outdated casks. | | `bfu` | `brew upgrade --formula` | Upgrade only formulas (not casks). | +| `bi` | `brew install` | Install a formula. | | `bl` | `brew list` | List all installed formulae. | | `bo` | `brew outdated` | List installed formulae that have an updated version available. | | `brewp` | `brew pin` | Pin a specified formula so that it's not upgraded. | |
