Created
December 16, 2014 16:48
-
-
Save tresbailey/e4f246cc611e8c22c134 to your computer and use it in GitHub Desktop.
BashRC for Mac git, Docker, Java, and Proxies
This file contains 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
# 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