maybe using autoenv?

This commit is contained in:
Dan Buch 2012-02-19 23:58:08 -05:00
parent 029485aa59
commit 012ea36add

2
.env Normal file
View File

@ -0,0 +1,2 @@
export ANDROID_HOME="$HOME/opt/android-sdk-linux"
export PATH="$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$PATH"