Skip to content

Instantly share code, notes, and snippets.

@whatisjasongoldstein
Created November 25, 2012 23:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whatisjasongoldstein/4145920 to your computer and use it in GitHub Desktop.
Save whatisjasongoldstein/4145920 to your computer and use it in GitHub Desktop.
Terminal
export PIP_DOWNLOAD_CACHE=$HOME/.pip_download_cache
export PIP_DOWNLOAD_CACHE=$HOME/.pip_download_cache
export PS1="jx:\W$ "
# Axiom virtualenvwrapper config
. /Users/jg026715/.axiomrc
export ORACLE_HOME=/usr/local/lib/instantclient
export LD_LIBRARY_PATH=$ORACLE_HOME
export DYLD_LIBRARY_PATH=$ORACLE_HOME
export VERSIONER_PYTHON_PREFER_32_BIT=yes
export PATH=/usr/local/bin:/usr/local/sbin:~/bin:$PATH
# alias svnwtfiqh='http://scm.iqhealth-emr.cerner.corp/svn/python/'
export CLICOLOR=1
export EDITOR=/Applications/Sublime\ Text\ 2.app/Contents/MacOS/Sublime\ Text\ 2
export TERM="xterm-color"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment