Created
November 25, 2012 23:53
-
-
Save whatisjasongoldstein/4145920 to your computer and use it in GitHub Desktop.
Terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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