Skip to content

Instantly share code, notes, and snippets.

@ntkachov
Created August 23, 2016 18:42
Show Gist options
  • Save ntkachov/7528fcab75b7c1a75ac19c00a4172404 to your computer and use it in GitHub Desktop.
Save ntkachov/7528fcab75b7c1a75ac19c00a4172404 to your computer and use it in GitHub Desktop.
Bash Profile
alias adb='~/Library/Android/sdk/platform-tools/adb'
alias emulator='~/Library/Android/sdk/tools/emulator'
alias adbr='adb kill-server; sleep 1; adb start-server'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment