Skip to content

Instantly share code, notes, and snippets.

@dysinger
Created August 23, 2010 02:02
Show Gist options
  • Select an option

  • Save dysinger/544615 to your computer and use it in GitHub Desktop.

Select an option

Save dysinger/544615 to your computer and use it in GitHub Desktop.
# 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