mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-12 02:10:41 +01:00
fix(brew)!: rename buf alias to bfu
BREAKING CHANGE: rename `buf` alias to `bfu` to avoid conflicts with protobuf tool
This commit is contained in:
@@ -35,7 +35,7 @@ alias bugbc='brew upgrade --greedy && brew cleanup'
|
||||
alias bubo='brew update && brew outdated'
|
||||
alias bubu='bubo && bubc'
|
||||
alias bubug='bubo && bugbc'
|
||||
alias buf='brew upgrade --formula'
|
||||
alias bfu='brew upgrade --formula'
|
||||
alias buz='brew uninstall --zap'
|
||||
|
||||
function brews() {
|
||||
|
||||
Reference in New Issue
Block a user