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/