Skip to content

Instantly share code, notes, and snippets.

@tresbailey
Created December 16, 2014 16:48
Show Gist options
  • Save tresbailey/e4f246cc611e8c22c134 to your computer and use it in GitHub Desktop.
Save tresbailey/e4f246cc611e8c22c134 to your computer and use it in GitHub Desktop.
BashRC for Mac git, Docker, Java, and Proxies
# System-wide .bashrc file for interactive bash(1) shells.
# The below is just appended to the /etc/bashrc
export ARCHFLAGS="-Wno-error=unused-command-line-argument-hard-error-in-future"
alias vidiff='git diff | vi -'
export DOCKER_HOST=tcp://192.168.59.103:2376
export DOCKER_CERT_PATH=/Users/tresbailey/.boot2docker/certs/boot2docker-vm
export DOCKER_TLS_VERIFY=1
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/
alias AutoLoc='networksetup -switchtolocation "Automatic"'
alias ProxyLoc='networksetup -switchtolocation "Proxy"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment