From 86fa5d1263b160f9479a9097087a813995ceae49 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 23 May 2014 17:41:32 +0200 Subject: [PATCH] install bash-completion by default --- brew | 1 + 1 file changed, 1 insertion(+) diff --git a/brew b/brew index 9f8a2a9..ee8d591 100755 --- a/brew +++ b/brew @@ -10,6 +10,7 @@ brew update brew upgrade # Install what we need +brew install bash-completion brew install git brew install node brew install wget