Last active
October 15, 2016 14:19
-
-
Save gregdeane/3e6f0c0741abdca611feac37b8a6b99a 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
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