Add Android SDK location to the path only if the SDK is installed
This commit is contained in:
@@ -1 +1,4 @@
|
||||
fish_add_path $HOME/Android/Sdk/platform-tools
|
||||
set ANDROID_SDK_PATH $HOME/Android/Sdk/platform-tools
|
||||
if test -d $ANDROID_SDK_PATH
|
||||
fish_add_path $ANDROID_SDK_PATH
|
||||
end
|
||||
|
Reference in New Issue
Block a user