Skip to content

Instantly share code, notes, and snippets.

View ericsala's full-sized avatar
😸
Working from Barcelona

Eric Sala i Marin ericsala

😸
Working from Barcelona
View GitHub Profile

Keybase proof

I hereby claim:

  • I am ericsala on github.
  • I am ericsala (https://keybase.io/ericsala) on keybase.
  • I have a public key ASBSbs2wsbooCZNZCnhcGXvHNZqmtsvrZLJZ04gj7ASZUwo

To claim this, I am signing this object:

@ericsala
ericsala / fish_shell_android_home.txt
Created September 3, 2018 09:26 — forked from gbero/fish_shell_android_home.txt
Export $ANDROID_HOME on MacOS with Fish shell
First :
$ touch ~/.config/fish/config.fish; nano ~/.config/fish/config.fish
Copy this in the file :
set --export ANDROID $HOME/Library/Android;
set --export ANDROID_HOME $ANDROID/sdk;
set -gx PATH $ANDROID_HOME/tools $PATH;
set -gx PATH $ANDROID_HOME/tools/bin $PATH;
0x33D573F8E59A8cCB6dEFc4453d5d2ba522565e9B