update android SDK paths in zshenv

This commit is contained in:
Sami Samhuri 2013-10-23 12:15:04 -07:00
parent 6c8947e087
commit 8c2b04bef5

2
zshenv
View file

@ -1,4 +1,4 @@
custom_paths=(/sbin /usr/sbin $HOME/bin $HOME/.rbenv/bin /usr/local/android/tools /usr/local/android/platform-tools /usr/local/bin /usr/local/share/npm/bin) custom_paths=(/sbin /usr/sbin $HOME/bin $HOME/.rbenv/bin /usr/local/android/sdk/tools /usr/local/android/sdk/platform-tools /usr/local/bin /usr/local/share/npm/bin)
for dir in $custom_paths; do for dir in $custom_paths; do
if [[ -d "$dir" ]]; then if [[ -d "$dir" ]]; then
path=($dir $path) path=($dir $path)