From 2106e53d5415f5dfb21cf4051ebc7c5509bf36c7 Mon Sep 17 00:00:00 2001 From: Christopher Davison Date: Tue, 5 May 2015 18:08:55 -0700 Subject: [PATCH] Updated bubu alias --- 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"