From 9ddc1db4e5cca8bbe44cf5264831a0f4105dc2c5 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Wed, 11 Sep 2019 06:59:38 -0700 Subject: [PATCH] Remove android env vars --- .zshrc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.zshrc b/.zshrc index 5d73a36..6596cd1 100644 --- a/.zshrc +++ b/.zshrc @@ -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"