1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-06-25 18:56:21 +02:00

updated android sdk PATH

This commit is contained in:
Matthias Kretschmann 2013-09-03 14:18:40 +02:00
parent d1757636e4
commit c571eb7579

View File

@ -38,7 +38,7 @@ unset MAILCHECK
PATH="$PATH:/usr/local/sbin:/usr/sbin:/sbin";
# if these bins exist, then add them to the PATH
ANDROID_HOME="/usr/local/Cellar/android-sdk/r22.0.4"
ANDROID_HOME="/usr/local/opt/android-sdk"
[ -d "$ANDROID_HOME" ] && PATH="$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools";
# add to beginning of PATH so that it always take precedence over /usr/bin