Hacker News new | ask | show | jobs
by donnemartin 3736 days ago
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...

1 comments

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.