bobthecow / git-flow-completion

Bash, Zsh and fish completion support for git-flow.
MIT License
2.79k stars 385 forks source link

bash-completion invoke instructions #54

Open qubin-ben opened 6 years ago

qubin-ben commented 6 years ago

My ENV

MacOS High Sierra
Git version 2.18.0

There is No '/etc/bash_completion.d/git-completion.bash' after executing 'brew install git bash-completion' on my MacBook.

Instead I add the following line to my ~/.bash_profile: [ -f /usr/local/etc/bash_completion ] && . /usr/local/etc/bash_completion