donnemartin/gitsome

Git autocomplete stopped working

Open

#73 opened on Jul 26, 2016

View on GitHub
 (18 comments) (0 reactions) (0 assignees)Python (7,494 stars) (476 forks)batch import
bughelp wanted

Description

I am not sure what I did, but I guess the git autocompletion broke for me... I think it happened while I was trying to set git=hub so that I don't always have to use hub.

Now it broke...

I have tried reinstalling gitsome, but the issue still occurs. Any help? gif

Also, I was using it on windows. I looked here on how to add it back, but I simply can't find any of the paths in:

    'BASH_COMPLETIONS': (('/usr/local/etc/bash_completion',
                             '/opt/local/etc/profile.d/bash_completion.sh',
                             '/usr/local/etc/bash_completion.d/git-completion.bash')
                        if ON_MAC else
                        ('/usr/share/bash-completion/bash_completion',
                             '/usr/share/bash-completion/completions/git')
                        if ON_ARCH else
                        ('/etc/bash_completion',
                             '/usr/share/bash-completion/completions/git')),

Contributor guide