Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZSH completion file incompatible with other git completion extensions #13

Open
lhernanz opened this issue Oct 21, 2017 · 1 comment
Open

Comments

@lhernanz
Copy link

Hi,

The zsh completion file overrides the user-commands zstyle value. IMHO is a bad practice as it is going to cause confusion to the end user when using conflicting packages (like git-extras) or local commands. I would suggest that you fix the use of the command with something like the following. I can create a pull request if you prefer.

zstyle -g existing_commands ':completion:*:*:git:*' user-commands 
zstyle ':completion:*:*:git:*' user-commands $existing_commands flow:'provide high-level repository operations'

Thanks

Regards

@zx1986
Copy link

zx1986 commented Dec 18, 2018

not work for me too :-(

git flow version 1.11.0 (AVH Edition)
git version 2.20.1
zsh 5.6.2 (x86_64-apple-darwin18.0.0) with latest oh-my-zsh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants