From 046d8d3669e3f3643696c0c6d1a29e0af721c44f Mon Sep 17 00:00:00 2001 From: timfeirg Date: Tue, 28 Apr 2015 12:46:52 +0800 Subject: [PATCH] add argument to brew upgrade, reasons down below: Warning: brew upgrade with no arguments will change behaviour soon! It currently upgrades all formula but this will soon change to require '--all'. Please update any workflows, documentation and scripts! --- 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..dcac639d5 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 && brew upgrade --all && brew cleanup"