Ecco la mia configurazione:
brew install git bash-completion
Warning: git-2.1.3 already installed
Warning: bash-completion-1.3 already installed
In .bash_profile:
if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
fi
Ma non ho ancora il completamento automatico per i comandi git. (Ho usato macports prima, ma l'ho rimosso completamente perché non riuscivo a ottenere i comandi git per il completamento automatico, indipendentemente da quello che ho provato.)
Sono su OSX 10.10
wget https://raw.github.com/git/git/master/contrib/completion/git-completion.bash && source git-completion.bash
, senza fortuna ancora.