Last active
August 29, 2015 13:57
-
-
Save dreucodi/9410870 to your computer and use it in GitHub Desktop.
exports
This file contains hidden or 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
mac: | |
export PATH=$HOME/.rbenv/bin:$PATH | |
eval "$(rbenv init -)" | |
alias bmm="bundle exec middleman" | |
export ANT_HOME=/usr/local/Cellar/ant/1.9.3/libexec | |
export ANDROID_HOME=/Users/heretge/adt-bundle-mac-x86_64-20131030/sdk | |
export SDK_ROOT=$ANDROID_HOME | |
export JAVA_HOME=/Library/Java/Home | |
export PATH=$PATH:$JAVA_HOME:$ANT_HOME:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools | |
linux: | |
export ANT_HOME=/usr/share/ant | |
export ANDROID_HOME=/home/heretge/adt-bundle-linux-x86-20131030/sdk | |
export SDK_ROOT=$ANDROID_HOME | |
export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-i386 | |
export PATH=$PATH:$JAVA_HOME:$ANT_HOME:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment