From b4dc724b8429cccf53d64c0c9c44d2de2211b3f7 Mon Sep 17 00:00:00 2001 From: Pavel Skvazh Date: Mon, 25 May 2015 11:28:42 +0300 Subject: [PATCH] Update init.zsh This will be required in the upcoming version of brew --- 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 101b6b97..518a7e41 100644 --- a/modules/homebrew/init.zsh +++ b/modules/homebrew/init.zsh @@ -21,7 +21,7 @@ alias brewi='brew install' alias brewl='brew list' alias brews='brew search' alias brewu='brew upgrade' -alias brewU='brew update && brew upgrade' +alias brewU='brew update && brew upgrade --all' alias brewx='brew remove' # Homebrew Cask