From eacf44241ab3e10f4b6beec1de9dd9ae90d69116 Mon Sep 17 00:00:00 2001 From: Daniel Arnfield Date: Mon, 20 Aug 2012 08:51:25 -0500 Subject: git: install git-prompt completion script Closes #14312. Signed-off-by: Jack Nagel --- Library/Formula/git.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula/git.rb') 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 -- cgit v1.2.3