Added Homebrew completion plugin
authorPiotr Usewicz <piotr@layer22.com>
Wed, 6 Oct 2010 12:38:04 +0000 (13:38 +0100)
committerPiotr Usewicz <piotr@layer22.com>
Wed, 6 Oct 2010 12:38:04 +0000 (13:38 +0100)
completion/brew.completion.bash [new file with mode: 0644]

diff --git a/completion/brew.completion.bash b/completion/brew.completion.bash
new file mode 100644 (file)
index 0000000..10c8168
--- /dev/null
@@ -0,0 +1,3 @@
+if [ -f `brew --prefix`/etc/bash_completion ]; then
+  . `brew --prefix`/etc/bash_completion
+fi