Created
June 22, 2015 05:45
-
-
Save zeroeth/d5e0dd251f40d398568b to your computer and use it in GitHub Desktop.
pathing
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 executables | |
| export PATH=$HOME/bin:/usr/local/bin:$PATH | |
| # NPM executables (For folder local, and a global prefix of "~/npm") | |
| export PATH=./node_modules/.bin:$HOME/npm/bin:$PATH | |
| # Android SDK | |
| export ANDROID_HOME=~/bin/android-sdk | |
| export PATH=$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment