# 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"'