forked from bobthecow/git-flow-completion
-
Notifications
You must be signed in to change notification settings - Fork 36
Update Zsh git completion module
Fl4t edited this page Dec 21, 2011
·
2 revisions
Expanding on bobthecow's instructions.
Replace /usr/share/zsh/functions/Completion/Unix/_git with the latest version available here: _git
Replace /usr/share/zsh/x.x.xx/functions/_git with the latest version available here: _git
- I have no idea when this file is loaded. You may need to logout/login to get flow completion working.
- Flow completion only functions after you have typed "git flow" (e.g., "git fl<tab>" will expand to git reflog, while "git flow fe<tab>" will expand to git flow feature).