นี่คือการตั้งค่าของฉัน:
brew install git bash-completion
Warning: git-2.1.3 already installed
Warning: bash-completion-1.3 already installed
ใน. bash_profile:
if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
fi
แต่ฉันยังไม่มีการเติมข้อความอัตโนมัติสำหรับคำสั่ง git (ฉันเคยใช้ macports มาก่อน แต่ลบออกอย่างสมบูรณ์เพราะฉันไม่สามารถรับคำสั่ง git ให้เติมข้อความอัตโนมัติไม่ว่าฉันจะพยายามทำอะไร)
ฉันใช้ OSX 10.10
wget https://raw.github.com/git/git/master/contrib/completion/git-completion.bash && source git-completion.bash
ยังไม่มีโชค