Files
skel/dotfiles/zshrc.d/android.zsh
2025-04-06 12:59:00 +02:00

8 lines
166 B
Bash

ANDROID_HOME=$HOME/Library/Android/sdk
if test -d $ANDROID_HOME ; then
PATH=$PATH:$ANDROID_HOME/emulator:$ANDROID_HOME/platform-tools
else
unset ANDROID_HOME
fi