donnemartin/gitsome

Git autocomplete stopped working

Open

#73 aperta il 26 lug 2016

Vedi su GitHub
 (18 commenti) (0 reazioni) (0 assegnatari)Python (476 fork)batch import
bughelp wanted

Metriche repository

Star
 (7494 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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')),

Guida contributor