# zshenv/99_android # # Set variables related to the Android SDK # # Copyright © 2010 Tobias Klauser # Released under the terms of the Artistic Licence 2.0 # # Source repository: git://git.distanz.ch/dotfiles/zsh.git _ANDROID_SDK=/opt/android-sdk-linux_86 if [ -d $_ANDROID_SDK ] ; then export PATH=$PATH:$_ANDROID_SDK/tools fi # vim:ft=zsh