git-flow-completion
git-flow-completion copied to clipboard
Instructions for prezto?
Bump. :)
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?
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...
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
.
Thanks for the reply! That helps a lot. :)
Well, I could alias git-flow
to gfl
and keep using the completions. Cool!