brew update command

This commit is contained in:
cupcakearmy 2022-05-06 19:29:07 +02:00
parent 503ccda41e
commit cacf0af033
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function brewer --wraps='brew update && brew upgrade && brew cleanup' --description 'alias brewer brew update && brew upgrade && brew cleanup'
brew update && brew upgrade && brew cleanup $argv;
end