Remove ANDROID_SDK_ROOT export. We will install Android Studio.

This commit is contained in:
Gea-Suan Lin
2024-03-01 02:50:58 +08:00
parent 31ef32be87
commit 488b5b0887
2 changed files with 0 additions and 2 deletions

View File

@@ -42,7 +42,6 @@ else
export EDITOR="vim" export EDITOR="vim"
fi fi
# #
export ANDROID_SDK_ROOT=/usr/lib/android-sdk
export BLOCKSIZE="k" export BLOCKSIZE="k"
export GIT_PAGER="less" export GIT_PAGER="less"
export HISTTIMEFORMAT="%y/%m/%d %T " export HISTTIMEFORMAT="%y/%m/%d %T "

1
.zshrc
View File

@@ -116,7 +116,6 @@ else
export EDITOR="vim" export EDITOR="vim"
fi fi
# #
export ANDROID_SDK_ROOT=/usr/lib/android-sdk
export BLOCKSIZE="k" export BLOCKSIZE="k"
export GIT_PAGER="less" export GIT_PAGER="less"
export HISTFILE="$HOME/.history" export HISTFILE="$HOME/.history"