Skip to content

Instantly share code, notes, and snippets.

@jodoherty
Last active August 29, 2015 14:09
Show Gist options
  • Select an option

  • Save jodoherty/7e9641cd546de391a37a to your computer and use it in GitHub Desktop.

Select an option

Save jodoherty/7e9641cd546de391a37a to your computer and use it in GitHub Desktop.
export PATH=$HOME/bin:$PATH
export DOCKER_TLS_VERIFY=1
export DOCKER_HOST=tcp://192.168.59.103:2376
export DOCKER_CERT_PATH=/Users/james/.boot2docker/certs/boot2docker-vm
export PATH="$HOME/homebrew/bin:$PATH"
export PATH="$HOME/.npm-prefix/bin:$PATH"
export GEM_HOME=$(ruby -e 'print Gem.user_dir')
export PATH="$GEM_HOME/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment