Created
August 23, 2010 02:02
-
-
Save dysinger/544615 to your computer and use it in GitHub Desktop.
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
| # local stuff | |
| export PATH=~/.local/bin:~/.brew/bin:~/.cabal/bin:~/.gem/bin:~/.clj/bin:~/.node/bin:$PATH | |
| export MAN_PATH=~/.local/man:~/.local/share/man:~/.brew/share/man:~/.node/share/man:$MAN_PATH | |
| # ruby / rvm | |
| export GEM_HOME=~/.gem | |
| source ~/.rvm/scripts/rvm | |
| # python / pip / virtualenv | |
| export PIP_REQUIRE_VIRTUALENV=true | |
| source ~/.pve/default/bin/activate | |
| # java | |
| export JAVA_HOME=\ | |
| /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home | |
| export MAVEN_OPTS=-Xmx2048m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment