mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-06-19 20:55:34 +00:00
Add Android global variables
This commit is contained in:
parent
b3405bf8b5
commit
3ca73b9a6f
|
@ -16,7 +16,7 @@ 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 ANDROID_HOME $HOME/Android/Sdk
|
||||
|
||||
set -gx PATH $PATH $GOBIN \
|
||||
$HOME/.local/bin \
|
||||
|
@ -25,6 +25,7 @@ function define_global_variables -d 'Defines all and exclusively globally export
|
|||
$HOME/code/flutter/bin \
|
||||
$HOME/.cargo/bin \
|
||||
$HOME/.dotnet/tools \
|
||||
$ANDROID_SDK_ROOT/emulator \
|
||||
$ANDROID_SDK_ROOT/platform-tools
|
||||
$ANDROID_HOME/emulator \
|
||||
$ANDROID_HOME/platform-tools \
|
||||
$ANDROID_HOME/tools
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue