Added Homebrew completion plugin

pull/3/head
Piotr Usewicz 2010-10-06 13:38:04 +01:00
parent 034a3b0362
commit 014e991098
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
if [ -f `brew --prefix`/etc/bash_completion ]; then
. `brew --prefix`/etc/bash_completion
fi