Skip to content

Commit

Permalink
add android studio to path
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavmmn committed Aug 5, 2019
1 parent 4c71108 commit f835202
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,12 @@ fi
# thefuck cli alias
eval $(thefuck --alias)

# Android studio and Ract Native
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

# Clear shell after startup
clear

0 comments on commit f835202

Please sign in to comment.