From 6fa47d184f4ef1a88271dec1b13072142107a707 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sat, 26 Oct 2024 01:39:30 +0800 Subject: [PATCH] chore: remove ANDROID_SDK_ROOT by default. --- .bashrc | 1 - .zshrc | 1 - 2 files changed, 2 deletions(-) diff --git a/.bashrc b/.bashrc index 3843961..25a56a8 100644 --- a/.bashrc +++ b/.bashrc @@ -42,7 +42,6 @@ else export EDITOR="vim" fi # -export ANDROID_SDK_ROOT=/usr/lib/android-sdk export BLOCKSIZE="k" export GH_PAGER="less" export GIT_PAGER="less" diff --git a/.zshrc b/.zshrc index 9462162..9b125fc 100644 --- a/.zshrc +++ b/.zshrc @@ -116,7 +116,6 @@ else export EDITOR="vim" fi # -export ANDROID_SDK_ROOT=/usr/lib/android-sdk export BLOCKSIZE="k" export GH_PAGER="less" export GIT_PAGER="less"