From 488b5b08877b377a990191af91bd69704b73e4e0 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Fri, 1 Mar 2024 02:50:58 +0800 Subject: [PATCH] Remove ANDROID_SDK_ROOT export. We will install Android Studio. --- .bashrc | 1 - .zshrc | 1 - 2 files changed, 2 deletions(-) diff --git a/.bashrc b/.bashrc index de84b58..519f465 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 GIT_PAGER="less" export HISTTIMEFORMAT="%y/%m/%d %T " diff --git a/.zshrc b/.zshrc index 3efa5d4..7979320 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 GIT_PAGER="less" export HISTFILE="$HOME/.history"