Skip to content

Instantly share code, notes, and snippets.

@Devendra0110
Last active June 11, 2021 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Devendra0110/1eebcd2d05da45e637a4290263c022fb to your computer and use it in GitHub Desktop.
Save Devendra0110/1eebcd2d05da45e637a4290263c022fb to your computer and use it in GitHub Desktop.
Add android global variable to fish

Before implementing this settings make sure you have installed android studio

Just copy the below lines at the end of config.fish

## Android
set --export ANDROID $HOME/Android/Sdk
set --export ANDROID_HOME $ANDROID/
set -gx PATH $ANDROID/bin $PATH
set -gx PATH $ANDROID/sdk/platform-tools $PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment