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

git autocomplete in zsh stop working after install jenv #43

Closed
kai-ming-91 opened this issue Dec 11, 2015 · 1 comment
Closed

git autocomplete in zsh stop working after install jenv #43

kai-ming-91 opened this issue Dec 11, 2015 · 1 comment

Comments

@kai-ming-91
Copy link
Contributor

When using git alias provided by oh-my-zsh, the git autocomplete doesn't work.

Before install jenv:

$ gco <tab>
FETCH_HEAD                    origin/dylib                  origin/remove-prefix-warning  v0.1.2                      
HEAD                          origin/gh-pages               origin/user-gems              v0.2.0                      
master                        origin/HEAD                   origin/version-aliases        v0.2.1                      
ORIG_HEAD                     origin/master                 v0.1.0                        v0.3.0                      
origin/bundle-rehash          origin/readme-no-history      v0.1.1                        v0.4.0                      

After install jenv

$ gco <tab>
bin/          libexec/      plugins/      README.md     src/          version                                           
completions/  LICENSE       rbenv.d/      shims/        test/         versions/ 

Related info: ohmyzsh/ohmyzsh#4407

Apparently, removing/commenting setopt completealiases will fix the issue, and won't impart jenv's autocomplete feature.

@linux-china
Copy link
Owner

merged and fixed. please use jenv selfupdate to update jenv self

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