mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Add --all to bubu command.
Per the error message: ``` $ bubu ... Warning: brew upgrade with no arguments will change behaviour soon! It currently upgrades all formula but this will soon change to require '--all'. Please update any workflows, documentation and scripts! ```
This commit is contained in:
parent
140034605e
commit
19ea86c3ea
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
alias brews='brew list -1'
|
||||
alias bubu="brew update && brew upgrade && brew cleanup"
|
||||
alias bubu="brew update && brew upgrade --all && brew cleanup"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue