From 0e1a8fbe3d7ea529b82fafeb3c00e41caded8e83 Mon Sep 17 00:00:00 2001 From: Darayus Date: Fri, 11 Oct 2013 16:58:02 +1100 Subject: [PATCH] Added the brew update alias Added the bup alias to the brew plugin to allow for quick update and upgrading. The alias is brew update && brew upgrade. --- plugins/brew/brew.plugin.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/brew/brew.plugin.zsh b/plugins/brew/brew.plugin.zsh index c2e95884e..e89678551 100644 --- a/plugins/brew/brew.plugin.zsh +++ b/plugins/brew/brew.plugin.zsh @@ -1 +1,2 @@ alias brews='brew list -1' +alias bup='brew update && brew upgrade'