Created
September 13, 2015 16:00
-
-
Save navicore/a3bc65875388455cff46 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
| source /Users/navicore/google-cloud-sdk/completion.bash.inc | |
| source /Users/navicore/google-cloud-sdk/path.bash.inc | |
| export DOCKER_TLS_VERIFY="1" | |
| export DOCKER_HOST="tcp://192.168.99.100:2376" | |
| export DOCKER_CERT_PATH="/Users/navicore/.docker/machine/machines/default" | |
| export DOCKER_MACHINE_NAME="default" | |
| # Run this command to configure your shell: | |
| # eval "$(docker-machine env default)" | |
| export NVM_DIR=~/.nvm | |
| source $(brew --prefix nvm)/nvm.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment