bobthecow / git-flow-completion

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

Instructions for prezto? #44

Open fatuhoku opened 8 years ago

iodic commented 8 years ago

Bump. :)

bobthecow commented 8 years ago

Sorry, I have never used prezto so I'm not sure. If it's compatible with omz, then you should be able to use this repo as is. If not, maybe someone with some prezto experience can jump in?

iodic commented 8 years ago

Thanks for replying!

Prezto started as a fork and then became a rewrite of OMZ so I am not sure how much they differ at this point...

star-szr commented 8 years ago

Just started looking into this. These completions are included in prezto as part of the 'completion' module (which pulls in https://github.com/zsh-users/zsh-completions as a submodule which includes these completions). But at least within my setup, the completions only work with git-flow, not git flow.

iodic commented 8 years ago

Thanks for the reply! That helps a lot. :)

Well, I could alias git-flow to gfl and keep using the completions. Cool!