diff options
| author | Mike McQuaid | 2013-02-25 13:18:21 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2013-02-25 18:40:46 +0000 |
| commit | e491d5b2b7acd2086369daf45c559284d3d2f55d (patch) | |
| tree | 6f521b2c5cda7033d713fe3edfed0b3db3374198 /Library/Formula/git.rb | |
| parent | 721953051426c7f4fb680c105fac7504d0007844 (diff) | |
| download | homebrew-e491d5b2b7acd2086369daf45c559284d3d2f55d.tar.bz2 | |
git: duplicate bash completion for zsh.
Should be a bit more robust than the previous method.
References #16992.
Diffstat (limited to 'Library/Formula/git.rb')
| -rw-r--r-- | Library/Formula/git.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index eb6df3348..5ed210e60 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -69,7 +69,7 @@ class Git < Formula bash_completion.install 'contrib/completion/git-prompt.sh' zsh_completion.install 'contrib/completion/git-completion.zsh' => '_git' - ln_sf "#{etc}/bash_completion.d/git-completion.bash", zsh_completion + cp "#{bash_completion}/git-completion.bash", zsh_completion (share+'git-core').install 'contrib' |
