diff options
| author | Philip H. <47042125+pheiduck@users.noreply.github.com> | 2024-08-04 12:58:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-04 12:58:43 +0200 |
| commit | e83c10e0a0737921b0ed26ce1ad64f366a6200b0 (patch) | |
| tree | d9fa78d9bbab25216b829675dca844ac61a4b174 /plugins/brew | |
| parent | 3b5f018f7025a347e4888408b566caeaef2fabd7 (diff) | |
| download | zsh-e83c10e0a0737921b0ed26ce1ad64f366a6200b0.tar.gz zsh-e83c10e0a0737921b0ed26ce1ad64f366a6200b0.tar.bz2 zsh-e83c10e0a0737921b0ed26ce1ad64f366a6200b0.zip | |
chore(brew): duplicated alias (#12596)
Diffstat (limited to 'plugins/brew')
| -rw-r--r-- | plugins/brew/brew.plugin.zsh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/brew/brew.plugin.zsh b/plugins/brew/brew.plugin.zsh index 9a9b58d85..a138a4827 100644 --- a/plugins/brew/brew.plugin.zsh +++ b/plugins/brew/brew.plugin.zsh @@ -63,7 +63,6 @@ alias bubu='bubo && bup' alias bubug='bubo && bugbc' alias bugbc='brew upgrade --greedy && brew cleanup' alias bup='brew upgrade' -alias bup='brew upgrade' alias buz='brew uninstall --zap' function brews() { |
