From 870f63b86195f70974d6802135de00c09e1e125f Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Mon, 4 May 2015 23:55:23 -0600 Subject: [PATCH] Added --all flag to brew update This will stop that annoying warning. --- plugins/brew/brew.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/brew/brew.plugin.zsh b/plugins/brew/brew.plugin.zsh index 42fb80c9a..06c9e3c11 100644 --- a/plugins/brew/brew.plugin.zsh +++ b/plugins/brew/brew.plugin.zsh @@ -1,2 +1,2 @@ alias brews='brew list -1' -alias bubu="brew update && brew upgrade && brew cleanup" +alias bubu="brew update --all && brew upgrade && brew cleanup"