Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
034a3b0
)
Added Homebrew completion plugin
author
Piotr Usewicz
<piotr@layer22.com>
Wed, 6 Oct 2010 12:38:04 +0000
(13:38 +0100)
committer
Piotr Usewicz
<piotr@layer22.com>
Wed, 6 Oct 2010 12:38:04 +0000
(13:38 +0100)
completion/brew.completion.bash
[new file with mode: 0644]
patch
|
blob
diff --git a/completion/brew.completion.bash
b/completion/brew.completion.bash
new file mode 100644
(file)
index 0000000..
10c8168
--- /dev/null
+++ b/
completion/brew.completion.bash
@@ -0,0
+1,3
@@
+if [ -f `brew --prefix`/etc/bash_completion ]; then
+ . `brew --prefix`/etc/bash_completion
+fi