From 9e946848fa325c80e972b1755f77f5637115685e Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 9 Sep 2021 08:39:00 +0200 Subject: Set android home --- config.fish | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.fish') diff --git a/config.fish b/config.fish index 64fc256..ddd84c5 100644 --- a/config.fish +++ b/config.fish @@ -53,6 +53,9 @@ if which fcitx 2> /dev/null > /dev/null set -x QT_IM_MODULE "fcitx" set -x XMODIFIERS "@im=fcitx" end +if [ -d "/opt/android-sdk" ] + set -x ANDROID_HOME /opt/android-sdk/ +end [ -z "$DISPLAY" ] ; and [ "$XDG_VTNR" = "1" ] ; and exec startx -- cgit v1.2.3