diff --git a/.config/fish/functions/define_global_variables.fish b/.config/fish/functions/define_global_variables.fish index 4baa317..875eda8 100644 --- a/.config/fish/functions/define_global_variables.fish +++ b/.config/fish/functions/define_global_variables.fish @@ -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