Commit baf5487e authored by Bruno Pinto's avatar Bruno Pinto

Merge pull request #230 from iven/android-sdk

parents f2a70f45 5e876ee5
# Plugins # Plugins
* __android-sdk__ - [Android SDK](http://developer.android.com/sdk/index.html) integration.
* __archlinux__ - The Arch Linux Plugins provides a number of plugins to make using arch easier. * __archlinux__ - The Arch Linux Plugins provides a number of plugins to make using arch easier.
* __autojump__ - makes navigating filesystem much faster. see [autojump article](https://github.com/joelthelion/autojump/wiki) and [video](https://www.youtube.com/watch?v=tnNyoMGnbKg). bindings only, autojump needs to be installed separately. * __autojump__ - makes navigating filesystem much faster. see [autojump article](https://github.com/joelthelion/autojump/wiki) and [video](https://www.youtube.com/watch?v=tnNyoMGnbKg). bindings only, autojump needs to be installed separately.
* __brew__ [Homebrew](http://brew.sh/) integration * __brew__ [Homebrew](http://brew.sh/) integration
......
if test -n "$ANDROID_SDK_ROOT"
_append_path $ANDROID_SDK_ROOT/tools
_append_path $ANDROID_SDK_ROOT/platform-tools
else
_append_path /opt/android-sdk/tools
_append_path /opt/android-sdk/platform-tools
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment