chore: remove ANDROID_SDK_ROOT by default.

This commit is contained in:
Gea-Suan Lin
2024-10-26 01:39:30 +08:00
parent 593b7236eb
commit 6fa47d184f
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 GH_PAGER="less" export GH_PAGER="less"
export GIT_PAGER="less" export GIT_PAGER="less"

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 GH_PAGER="less" export GH_PAGER="less"
export GIT_PAGER="less" export GIT_PAGER="less"