mirror of https://github.com/mitchell/dotfiles.git
Add Android SDK paths
This commit is contained in:
parent
99e16fff2b
commit
b3405bf8b5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue