commit | 014e99109891561da1cebb469d536e2ae6f4a760 | [log] [tgz] |
---|---|---|
author | Piotr Usewicz <piotr@layer22.com> | 周三 10月 06 13:38:04 2010 +0100 |
committer | Piotr Usewicz <piotr@layer22.com> | 周三 10月 06 13:38:04 2010 +0100 |
tree | 5dc7f46682b8bf781a61f30a5108153e7ab51661 | |
parent | 034a3b036236f8f367b64219b886eab385ff6ef3 [diff] [blame] |
Added Homebrew completion plugin
diff --git a/completion/brew.completion.bash b/completion/brew.completion.bash new file mode 100644 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