Updated path.

This commit is contained in:
Sheldon Lee 2021-12-28 20:26:25 +08:00
parent 68e330f9fb
commit e0dd129b78

View File

@ -19,10 +19,14 @@ export VISUAL=nvim
export _JAVA_AWT_WM_NONREPARENTING=1
# android SDK
export ANDROID_SDK_ROOT=/home/sheldonmlee/Library/Android/
export ANDROID_SDK_ROOT=/home/sheldonmlee/Library/Android
export PATH="$ANDROID_SDK_ROOT/cmdline-tools/latest/bin:$PATH"
export PATH="$ANDROID_SDK_ROOT/platform-tools/:$PATH"
# custom scripts and programs
export PATH="~/.local/bin:$PATH"
export PATH="~/.config/wm_scripts/bin:$PATH"
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
if grep "arch-laptop" /etc/hostname > /dev/null ; then