Closed tjfwalker closed 10 years ago
If you use oh-my-zsh, I believe you just clone this repo to ~/.oh-my-zsh/plugins/custom/git-flow-completion
.
Alright, got it working. Thanks
By the way, I found that custom
comes before plugins
in the path. So you clone to ~/.oh-my-zsh/custom/plugins/git-flow-completion
Also, be sure to open the file ~/.zshrc
and add git-flow-completion
to plugins=()
between the parenthesis along with whatever other plugins are already mention in the parenthesis.
Glad you got it worked out. Do you mind adding instructions to the README or the wiki?
Sure thing. I'll have a pull request ready shortly.
How does one go about using git-flow-completion.zsh as a zsh plugin?
Thanks