diff options
| author | Daniel Arnfield | 2012-08-20 08:51:25 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-08-20 21:12:32 -0500 |
| commit | eacf44241ab3e10f4b6beec1de9dd9ae90d69116 (patch) | |
| tree | a06c89d65f7175513f8d2aafd6c5bfab2a42371e /Library/Formula/git.rb | |
| parent | 15a4e8d359b1b623dac84ea59372e290f4801478 (diff) | |
| download | homebrew-eacf44241ab3e10f4b6beec1de9dd9ae90d69116.tar.bz2 | |
git: install git-prompt completion script
Closes #14312.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/git.rb')
| -rw-r--r-- | Library/Formula/git.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index a9b7b82f3..d1e1b13b6 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -59,6 +59,7 @@ class Git < Formula # install the completion script first because it is inside 'contrib' (prefix+'etc/bash_completion.d').install 'contrib/completion/git-completion.bash' + (prefix+'etc/bash_completion.d').install 'contrib/completion/git-prompt.sh' (share+'git-core').install 'contrib' # We could build the manpages ourselves, but the build process depends |
