Skip to content

Instantly share code, notes, and snippets.

@logicmason
Last active August 29, 2015 14:12
Show Gist options
  • Save logicmason/af1a10405a8597233b76 to your computer and use it in GitHub Desktop.
Save logicmason/af1a10405a8597233b76 to your computer and use it in GitHub Desktop.
.bash_profile
export PKG_CONFIG_PATH=/usr/X11/lib/pkgconfig/:/usr/X11/lib/pkgconfig:
export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
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='\u@\h:\w$(__git_ps1)$ '
export PS1='\w$(__git_ps1)$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment