bobthecow / git-flow-completion

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

Update instructions for Homebrew macOS High Sierra installation #53

Open akshaykumar6 opened 6 years ago

akshaykumar6 commented 6 years ago

Please update the Install Bash git completion guide for macOS High Sierra using Homebrew.

We need to add the following lines to .bash_profile for it to work:

[ -f /usr/local/etc/bash_completion ] && . /usr/local/etc/bash_completion

This can be found using the brew info bash-completion command.