mislav / hub

A command-line tool that makes git easier to use with GitHub.
https://hub.github.com/
MIT License
22.83k stars 2.19k forks source link

git completion using gitfast oh-my-zsh plugin #587

Open journalbits opened 10 years ago

journalbits commented 10 years ago

I'd love it if hub's git completion would work nicely with the git completion setup by the gitfast plugin that comes with oh-my-zsh, see https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/gitfast.

mislav commented 10 years ago

Ah, I see. Gitfast defines its own _git completion. It's probably incompatible with hub zsh completion which is designed to wrap _git completion that ships with zsh (or git itself).

It might take a bit of work to make ours compatible with gitfast. Takers welcome