From b9d6217364ac4f51739ab2c3531daf14f36ac27a Mon Sep 17 00:00:00 2001 From: Joe Papperello Date: Tue, 12 May 2020 14:43:22 +0000 Subject: [PATCH] misc --- bashrc | 1 + gitconfig | 2 ++ 2 files changed, 3 insertions(+) diff --git a/bashrc b/bashrc index 5a53bda..e813024 100644 --- a/bashrc +++ b/bashrc @@ -120,3 +120,4 @@ function toggle-agent { ssh-add -l } +export GO111MODULE=auto diff --git a/gitconfig b/gitconfig index 99d7189..7b0c03e 100644 --- a/gitconfig +++ b/gitconfig @@ -13,3 +13,5 @@ currentbranch = rev-parse --abbrev-ref HEAD [rerere] enabled = true +[url "git@github.com:"] + insteadOf = https://github.com/