bobthecow / git-flow-completion

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

Updated readme for Mac OS users #17

Closed boiler23 closed 12 years ago

bobthecow commented 12 years ago

Your change is actually saying the same thing as b, so I'd prefer to update that to something more generic:

b. Or, copy it somewhere (e.g. ~/.git-flow-completion.sh) and put the following line in the .profile or .bashrc file in your home directory:

source ~/.git-flow-completion.sh
boiler23 commented 12 years ago

Okay, but i think if [ -f <file>] condition is still better to leave - not existing file can produce warnings when opening terminal

bobthecow commented 12 years ago

But the point of this is that they put the file there. They know where it is :)

boiler23 commented 12 years ago

maybe it is a matter of taste. I think it is always safer to check :)