Merge branch 'master' of http://github.com/pusewicz/bash-it into pusewicz-master
diff --git a/completion/brew.completion.bash b/completion/brew.completion.bash
new file mode 100644
index 0000000..89c4646
--- /dev/null
+++ b/completion/brew.completion.bash
@@ -0,0 +1,3 @@
+if [ -f `brew --prefix`/Library/Contributions/brew_bash_completion.sh ]; then
+  . `brew --prefix`/Library/Contributions/brew_bash_completion.sh
+fi