Skip to content

Instantly share code, notes, and snippets.

@iAmShakil
Created May 18, 2020 14:37
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 iAmShakil/e9b06e498d4183b964fd6ed9b69df084 to your computer and use it in GitHub Desktop.
Save iAmShakil/e9b06e498d4183b964fd6ed9b69df084 to your computer and use it in GitHub Desktop.
.zshrc
export ANDROID_HOME=$HOME/Library/Android/sdk
export PATH=$PATH:$ANDROID_HOME/emulator
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/tools/bin
export PATH=$PATH:$ANDROID_HOME/platform-tools
test -r ~/.myaliases && source ~/.myaliases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment