mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
brew.plugin.zsh: ba --> brew autoremove
add ba for brew autoremove
This commit is contained in:
parent
8127e5838c
commit
772d96891a
1 changed files with 1 additions and 0 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue