From dbddd22fc71fe07733fad00ddbb3a56500048332 Mon Sep 17 00:00:00 2001 From: Lance Speelmon Date: Thu, 6 Oct 2016 09:08:41 -0700 Subject: [PATCH] Resolves: Warning: We decided to not change the behaviour of `brew upgrade` so `brew upgrade --all` is equivalent to `brew upgrade` without any other arguments (so the `--all` is a no-op and can be removed). as of: Homebrew 1.0.6 Homebrew/homebrew-core (git revision 5b51; last commit 2016-10-06) --- modules/homebrew/init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/homebrew/init.zsh b/modules/homebrew/init.zsh index 1ebe793d..1196fa57 100644 --- a/modules/homebrew/init.zsh +++ b/modules/homebrew/init.zsh @@ -20,7 +20,7 @@ alias brewC='brew cleanup --force' alias brewi='brew install' alias brewl='brew list' alias brews='brew search' -alias brewu='brew update && brew upgrade --all' +alias brewu='brew update && brew upgrade' alias brewx='brew remove' # Homebrew Cask