Skip to content

Commit

Permalink
curl to ipv4
Browse files Browse the repository at this point in the history
  • Loading branch information
bdargan committed Feb 11, 2015
1 parent 9837776 commit 1d9b3fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .agrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
set case-insensitive
1 change: 1 addition & 0 deletions .curlrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--ipv4
1 change: 1 addition & 0 deletions _zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export DOCKER_HOST=tcp://127.0.0.1:4243

if [[ $('uname') == 'Darwin' ]]; then
export JAVA_HOME="`/usr/libexec/java_home -v '1.7*'`"
export STUDIO_JDK="/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk"
fi

export PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/git/bin:~/bin:$PATH"
Expand Down

0 comments on commit 1d9b3fe

Please sign in to comment.