Skip to content

Commit

Permalink
Add env var for Android SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
joefiorini committed Mar 16, 2013
1 parent 6539462 commit bb67649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .zsh/.zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export TASKS_FILE=~/Dropbox/clocktower/taskpaper.taskpaper
# (see http://blog.headius.com/2010/03/jruby-startup-time-tips.html)
export JAVA_OPTS="-d32"
export JRUBY_OPTS="-X-C --1.9" # Turning off JIT compiling also helps speed up load times
export ANDROID_SDK_ROOT=/usr/local/opt/android-sdk

command_exists(){
command -v "$1" &>/dev/null ;
Expand Down

0 comments on commit bb67649

Please sign in to comment.