Skip to content

Instantly share code, notes, and snippets.

@mchang-r7
Created July 16, 2017 15:17
Show Gist options
  • Save mchang-r7/a61411e81f2a43d1d99e2f6878121572 to your computer and use it in GitHub Desktop.
Save mchang-r7/a61411e81f2a43d1d99e2f6878121572 to your computer and use it in GitHub Desktop.
Git-friendly Terminal on Mac OS X
# Git shell
# https://gist.github.com/trey/2722934
source /Applications/Xcode.app/Contents/Developer/usr/share/git-core/git-completion.bash
source /Applications/Xcode.app/Contents/Developer/usr/share/git-core/git-prompt.sh
GIT_PS1_SHOWDIRTYSTATE=true
GIT_PS1_SHOWCOLORHINTS=true
export PS1='\[\033[0;36m\]\u@\h\[\033[0;35m\]:\[\033[0;33m\]\w\[\033[0;37m\]$(__git_ps1)\[\033[0m\]\n\$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment