Skip to content

Instantly share code, notes, and snippets.

@nelsonsar
Forked from burpnoes/.bash_profile
Created March 7, 2014 18:29
Show Gist options
  • Save nelsonsar/9417049 to your computer and use it in GitHub Desktop.
Save nelsonsar/9417049 to your computer and use it in GitHub Desktop.
if [ -f /Applications/Xcode.app/Contents/Developer/usr/share/git-core/git-completion.bash ]; then
. /Applications/Xcode.app/Contents/Developer/usr/share/git-core/git-completion.bash
fi
source /Applications/Xcode.app/Contents/Developer/usr/share/git-core/git-prompt.sh
GIT_PS1_SHOWUPSTREAM="auto"
GIT_PS1_SHOWCOLORHINTS="yes"
export PROMPT_COMMAND='__git_ps1 "\u@\h:\W" "\\\$ ";'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment