Skip to content

Instantly share code, notes, and snippets.

@navicore
Created September 13, 2015 16:00
Show Gist options
  • Select an option

  • Save navicore/a3bc65875388455cff46 to your computer and use it in GitHub Desktop.

Select an option

Save navicore/a3bc65875388455cff46 to your computer and use it in GitHub Desktop.
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