summaryrefslogtreecommitdiff
path: root/.zsh/zshenv/99_android
diff options
context:
space:
mode:
Diffstat (limited to '.zsh/zshenv/99_android')
-rw-r--r--.zsh/zshenv/99_android16
1 files changed, 0 insertions, 16 deletions
diff --git a/.zsh/zshenv/99_android b/.zsh/zshenv/99_android
deleted file mode 100644
index 971c23c..0000000
--- a/.zsh/zshenv/99_android
+++ /dev/null
@@ -1,16 +0,0 @@
-# zshenv/99_android
-#
-# Set variables related to the Android SDK
-#
-# Copyright © 2010 Tobias Klauser <tklauser@distanz.ch>
-# 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