mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
Merge pull request #230 from iven/android-sdk
This commit is contained in:
commit
baf5487e73
@ -1,4 +1,5 @@
|
||||
# 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.
|
||||
* __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
|
||||
|
7
plugins/android-sdk/android-sdk.load
Normal file
7
plugins/android-sdk/android-sdk.load
Normal file
@ -0,0 +1,7 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user