Hacker News new | ask | show | jobs
by Twenty44 3736 days ago
I installed gitsome on CentOS 7.2.1511 running Python 3.5.1. The auto-complete feature on gitsome will only suggest files, folders, and executables on the path. It will not offer any auto-complete suggestions for git commands, options, branches, etc.
1 comments

Hi, please check out the following to see if they help enable completions for your system.

Bash: https://github.com/donnemartin/gitsome#enabling-bash-complet...

Zsh: https://github.com/donnemartin/gitsome/issues/2#issuecomment...

Ah, thank you for the quick response!

Adding this line to the ~/.xonshrc file fixed the reported behaviour: $BASH_COMPLETIONS.append('/usr/share/doc/git-1.8.3.1/contrib/completion/git-completion.bash')

Great! Thanks for confirming the fix.