Created
January 2, 2016 18:49
-
-
Save EkoAdiWijayanto/62d474ded080f6e84f76 to your computer and use it in GitHub Desktop.
This file contains 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
#/etc/zsh/zshenv | |
export ANDROID_HOME=/tools/android-sdk-linux | |
export PATH=$PATH:$ANDROID_HOME/tools | |
export PATH=$PATH:$ANDROID_HOME/platform-tools | |
export PATH=$PATH:/tools/netbeans_80/bin | |
export PATH=$PATH:/tools/arduino-1.6.5 | |
export PATH=$PATH:/tools/fritzing-0.9.2b.linux.AMD64 | |
export PATH=$PATH:/tools/android-sdk-linux/build-tools/23.0.0_rc2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment