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/brew.plugin.zsh | |
| 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/brew.plugin.zsh')
| -rw-r--r-- | plugins/brew/brew.plugin.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/brew/brew.plugin.zsh b/plugins/brew/brew.plugin.zsh index 416c56bb0..155330c35 100644 --- a/plugins/brew/brew.plugin.zsh +++ b/plugins/brew/brew.plugin.zsh @@ -44,6 +44,7 @@ alias bcubc='brew upgrade --cask && brew cleanup' alias bcubo='brew update && brew outdated --cask' alias bcup='brew upgrade --cask' alias bfu='brew upgrade --formula' +alias bi='brew install' alias bl='brew list' alias bo='brew outdated' alias brewp='brew pin' |
