Remove android env vars
This commit is contained in:
parent
c35c542df5
commit
9ddc1db4e5
8
.zshrc
8
.zshrc
@ -21,14 +21,6 @@ if [[ -z "$USER" ]]; then
|
|||||||
export USER=$(whoami)
|
export USER=$(whoami)
|
||||||
fi
|
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
|
which go &> /dev/null
|
||||||
if (( !$? )) && [[ -d "$DEVPATH/go" ]]; then
|
if (( !$? )) && [[ -d "$DEVPATH/go" ]]; then
|
||||||
export GOPATH="$DEVPATH/go"
|
export GOPATH="$DEVPATH/go"
|
||||||
|
Loading…
Reference in New Issue
Block a user