Remove android env vars

This commit is contained in:
Kevin Cotugno 2019-09-11 06:59:38 -07:00
parent c35c542df5
commit 9ddc1db4e5

8
.zshrc
View File

@ -21,14 +21,6 @@ if [[ -z "$USER" ]]; then
export USER=$(whoami)
fi
if [[ -d "$DEVPATH/android/android-sdk" ]]; then
export ANDROID_SDK="$DEVPATH/android/android-sdk"
fi
if [[ -d "$DEVPATH/android/android-ndk" ]]; then
export ANDROID_NDK="$DEVPATH/android/android-ndk"
fi
which go &> /dev/null
if (( !$? )) && [[ -d "$DEVPATH/go" ]]; then
export GOPATH="$DEVPATH/go"