1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-08-15 08:28:13 +02:00

add fish/conf.d/android-sdk.conf

This commit is contained in:
Henrik Hautakoski 2026-08-12 13:48:43 +02:00
parent c05b98ccff
commit a2e95936d0

View file

@ -0,0 +1,3 @@
set -x ANDROID_HOME "$HOME/Android/Sdk"
set -x ANDROID_SDK_ROOT "$ANDROID_HOME"
fish_add_path "$ANDROID_HOME/platform-tools" "$ANDROID_HOME/cmdline-tools/latest/bin" "$ANDROID_HOME/emulator"