Updated brew script

This commit is contained in:
hellerve
2015-04-27 13:51:38 +02:00
parent 7e79f4144b
commit 52c31080cb

2
zshrc
View File

@@ -252,7 +252,7 @@ upgrade () {
osx_upgrade_local () { osx_upgrade_local () {
if [ -x /usr/local/bin/brew ] ; then if [ -x /usr/local/bin/brew ] ; then
brew update brew update
brew upgrade brew upgrade --all
brew cleanup brew cleanup
fi fi
if [ -x /sw/bin/fink ] ; then if [ -x /sw/bin/fink ] ; then