Created
July 7, 2018 08:14
-
-
Save dmitrykolesnikovich/e30dbd76e8d79335d9efad3d91661bab to your computer and use it in GitHub Desktop.
.profile
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
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home | |
export M2_HOME=/Applications/apache-maven-3.5.4 | |
export ANDROID_HOME=/Users/dmitrykolesnikovich/Library/Android/sdk | |
export FEATUREA_HOME=/Users/dmitrykolesnikovich/workspace/featurea | |
export PATH=$PATH:$M2_HOME/bin:$ANDROID_HOME/build-tools:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools:$ANDROID_HOME/tools/bin | |
function clear() { | |
reset && history -c | |
} | |
export clear |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment