Add Android SDK paths

This commit is contained in:
mitchell 2022-08-02 18:32:00 -04:00
parent 99e16fff2b
commit b3405bf8b5
1 changed files with 5 additions and 1 deletions

View File

@ -16,11 +16,15 @@ function define_global_variables -d 'Defines all and exclusively globally export
set -gx LIBVIRT_DEFAULT_URI 'qemu:///system'
set -gx ANDROID_SDK_ROOT $HOME/Android/Sdk
set -gx PATH $PATH $GOBIN \
$HOME/.local/bin \
$HOME/.pub-cache/bin \
$HOME/code/scripts \
$HOME/code/flutter/bin \
$HOME/.cargo/bin \
$HOME/.dotnet/tools
$HOME/.dotnet/tools \
$ANDROID_SDK_ROOT/emulator \
$ANDROID_SDK_ROOT/platform-tools
end