Skip to content

Instantly share code, notes, and snippets.

@ZahidRasheed
Last active March 20, 2019 11:53
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 ZahidRasheed/a003da74f6423be57f3c8072f02a4d02 to your computer and use it in GitHub Desktop.
Save ZahidRasheed/a003da74f6423be57f3c8072f02a4d02 to your computer and use it in GitHub Desktop.
Fish Shell Android Home (Mac OS)

1- Create required config files

$ touch ~/.config/fish/config.fish; nano ~/.config/fish/config.fish

Now copy below:

set --export ANDROID_HOME $ANDROID/sdk;
set -gx PATH $ANDROID_HOME/tools $PATH;
set -gx PATH $ANDROID_HOME/tools/bin $PATH;
set -gx PATH $ANDROID_HOME/platform-tools $PATH;

2- Restart Terminal

3- Validate paths: $ echo §PATH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment