Wednesday, December 15, 2010

Git completion for git installed via Homebrew in OSX


# In .bashrc

if [[ -s "/usr/local/Cellar/git/1.7.3.3/etc/bash_completion.d/git-completion.bash" ]]; then
source "/usr/local/Cellar/git/1.7.3.3/etc/bash_completion.d/git-completion.bash"
fi

No comments:

Blog Archive