From a4b05e15178810be7091422ec2621e196d12ec8b Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 31 Mar 2018 18:17:45 +0100 Subject: [PATCH] Add private git config file --- modules/config/templates/gitconfig.conf.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/config/templates/gitconfig.conf.erb b/modules/config/templates/gitconfig.conf.erb index 29863ca..1499036 100644 --- a/modules/config/templates/gitconfig.conf.erb +++ b/modules/config/templates/gitconfig.conf.erb @@ -5,6 +5,7 @@ name = Jake Howard [include] + path = ~/.dotfiles/git/private.conf <% if @trusted['hostname'] == 'too-work' -%> path = ~/.dotfiles/git/work.conf <% else -%>