Skip to content

Instantly share code, notes, and snippets.

@nareshganesan
Created December 30, 2015 22:44
Show Gist options
  • Save nareshganesan/69384d41a6891a907cd7 to your computer and use it in GitHub Desktop.
Save nareshganesan/69384d41a6891a907cd7 to your computer and use it in GitHub Desktop.
# GIT config ref: https://gist.github.com/trey/2722934
# If brew is not installed the paste the link below in terminal and return.
# ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# GIT bash completion
if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment