Created
May 18, 2020 14:37
-
-
Save iAmShakil/e9b06e498d4183b964fd6ed9b69df084 to your computer and use it in GitHub Desktop.
.zshrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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