brew.plugin.zsh: ba --> brew autoremove

add ba for brew autoremove
This commit is contained in:
Philip H. 2024-07-22 23:21:02 +02:00 committed by GitHub
commit 772d96891a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,6 +45,7 @@ alias bubu='bubo && bubc'
alias bubug='bubo && bugbc'
alias bfu='brew upgrade --formula'
alias buz='brew uninstall --zap'
alias ba='brew autoremove'
function brews() {
local formulae="$(brew leaves | xargs brew deps --installed --for-each)"