Skip to content

Instantly share code, notes, and snippets.

@gregdeane
Last active October 15, 2016 14:19
Show Gist options
  • Save gregdeane/3e6f0c0741abdca611feac37b8a6b99a to your computer and use it in GitHub Desktop.
Save gregdeane/3e6f0c0741abdca611feac37b8a6b99a to your computer and use it in GitHub Desktop.
JAVA_HOME=/usr/libexec/java_home
SCALA_HOME=/usr/local/opt/scala/idea
NPM_PACKAGES=/Users/[username]/.npm-packages
NODE_PATH="$NPM_PACKAGES/lib/node_modules:$NODE_PATH"
PATH="$NPM_PACKAGES/bin:$PATH:$SCALA_HOME:$JAVA_HOME"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment