Last active
August 29, 2015 14:09
-
-
Save jodoherty/7e9641cd546de391a37a to your computer and use it in GitHub Desktop.
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
| 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