mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Add android sdk zsh initialization
This commit is contained in:
7
dotfiles/zshrc.d/android.zsh
Normal file
7
dotfiles/zshrc.d/android.zsh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user