Homebrew upgrade command wants --all flag
Homebrew currently gives a warning about how this flag will be required in the future, as merged in Homebrew/homebrew#38572pull/461/head
parent
e57e5451f6
commit
f4a77e8e18
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue