Skip to content

Instantly share code, notes, and snippets.

@philosodad
Created October 8, 2015 18:48
Show Gist options
  • Save philosodad/b1598ab90a702d84b3ee to your computer and use it in GitHub Desktop.
Save philosodad/b1598ab90a702d84b3ee to your computer and use it in GitHub Desktop.
#fun with alias
alias be='bundle exec'
alias bake='bundle exec rake'
alias bails='bundle exec rails'
alias oa='open -a'
export DOCKER_HOST=tcp://192.168.59.103:2375
alias tnbitpay='/Applications/Bitcoin-Qt.app/Contents/MacOS/Bitcoin-Qt -datadir=/Users/paul/Bitpay/core-tools/testnet/bitpay'
alias tncustomer='/Applications/Bitcoin-Qt.app/Contents/MacOS/Bitcoin-Qt -datadir=/Users/paul/Bitpay/core-tools/testnet/customer'
export DEV_ROOT=~/Bitpay
export BITPAY_ROOT=$DEV_ROOT/core-tools/bitpay
alias nodepath='PATH=$(npm bin):$PATH'
export JAVA_HOME=$(/usr/libexec/java_home)
export M2_HOME=/usr/local/apache-maven/apache-maven-3.2.3
export M2=$M2_HOME/bin
PATH=$M2:$PATH
export ANDROID_HOME=/usr/local/opt/android-sdk
export STUDIO_JDK=/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment