You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oh-my-fish/plugins/android-sdk/android-sdk.load

8 lines
216 B
Fish

if test -n "$ANDROID_SDK_ROOT"
_prepend_path $ANDROID_SDK_ROOT/tools
_prepend_path $ANDROID_SDK_ROOT/platform-tools
else
_prepend_path /opt/android-sdk/tools
_prepend_path /opt/android-sdk/platform-tools
end