diff options
Diffstat (limited to 'dot_config')
| -rw-r--r-- | dot_config/git/config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dot_config/git/config b/dot_config/git/config index a554e3b..4237892 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -10,6 +10,7 @@ whitespace = trailing-space,cr-at-eol pager = delta hooksPath = ~/.config/git/hooks + sshCommand = "ssh -i ~/.ssh/nym.pub" [branch] sort=-committerdate [diff] @@ -130,10 +131,10 @@ update=!git fetch && git merge --ff-only [includeIf "gitdir:~/doxfiles/.git"] path = config-personal -[includeIf "gitdir:~/dev/copilot/.git"] - path = config-personal [includeIf "gitdir:~/dev/personal/"] path = config-personal +[includeIf "gitdir:~/dev/canonical/"] + path = config-work [sendemail] smtpServer = 127.0.0.1 smtpServerPort = 1016 |
