2017-10-15 20:50:00 +02:00

7 lines
153 B
Fish
Executable File

function bubu --description="Update, upgrade and clean up homebrew packages"
brew update
and brew outdated
and brew upgrade
and brew cleanup
end