Compare commits

...

1 Commits

Author SHA1 Message Date
Gea-Suan Lin
488b5b0887 Remove ANDROID_SDK_ROOT export. We will install Android Studio. 2024-03-01 02:50:58 +08:00
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"