Skip to content

Instantly share code, notes, and snippets.

@sebbarg
Last active September 1, 2018 17:30
Show Gist options
  • Save sebbarg/d70f5f45389273f203b45afe8d4fb753 to your computer and use it in GitHub Desktop.
Save sebbarg/d70f5f45389273f203b45afe8d4fb753 to your computer and use it in GitHub Desktop.
xterm2 / .bash_profile
export CLICOLOR=1
export LSCOLORS=ExGxBxDxCxEgEdxbxgxcxd
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
export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\[\033[31m\]$(__git_ps1)\[\033[01;34m\] \$\[\033[00m\] '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment