dotfiles/fish/functions/bubu.fish
2017-10-14 09:47:18 +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