mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-22 01:37:14 +01:00
android sdk path update
This commit is contained in:
parent
cef03f5c4b
commit
2086e90b2f
@ -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/r21"
|
||||
ANDROID_HOME="/usr/local/Cellar/android-sdk/r22.0.1"
|
||||
[ -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
|
||||
|
Loading…
Reference in New Issue
Block a user