Add Android SDK location to the path only if the SDK is installed

This commit is contained in:
Gergely Polonkai
2025-09-08 20:11:05 +02:00
parent 51e4b6d691
commit e97749c37e

View File

@@ -1 +1,4 @@
fish_add_path $HOME/Android/Sdk/platform-tools set ANDROID_SDK_PATH $HOME/Android/Sdk/platform-tools
if test -d $ANDROID_SDK_PATH
fish_add_path $ANDROID_SDK_PATH
end