Merge pull request #461 from rnijveld/patch-1

Homebrew upgrade command wants --all flag
pull/463/head
Nils Winkler 2015-04-27 08:52:25 +02:00
commit d0d6780a2f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
cite 'about-alias' cite 'about-alias'
about-alias 'homebrew abbreviations' about-alias 'homebrew abbreviations'
alias bup='brew update && brew upgrade' alias bup='brew update && brew upgrade --all'
alias bout='brew outdated' alias bout='brew outdated'
alias bin='brew install' alias bin='brew install'
alias brm='brew uninstall' alias brm='brew uninstall'