summaryrefslogtreecommitdiff
path: root/config.fish
diff options
context:
space:
mode:
authorache <ache@ache.one>2021-09-09 08:39:00 +0200
committerache <ache@ache.one>2021-09-09 08:39:00 +0200
commit9e946848fa325c80e972b1755f77f5637115685e (patch)
treec0c1519c5021be4e41ca7d29a8a04b7ad2e9c1b3 /config.fish
parentUpdate function to new fish (diff)
Set android home
Diffstat (limited to 'config.fish')
-rw-r--r--config.fish3
1 files changed, 3 insertions, 0 deletions
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