diff options
author | Benjamin Morrison <ben@gbmor.org> | 2021-12-29 00:49:23 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.org> | 2021-12-29 00:49:23 -0500 |
commit | 5a9f9921ff588117c264ca7a3cda23900751feb7 (patch) | |
tree | 2200c89555cb15aaeb404546a59d2c7a1d87dca7 /.config/git/config | |
parent | 80b74ae532619c9c3d6f0ae8666f1c1e3ef1acce (diff) | |
download | dogfiles-5a9f9921ff588117c264ca7a3cda23900751feb7.tar.gz |
some updates for new mail domain, editor changes, $PATH
Diffstat (limited to '.config/git/config')
-rw-r--r-- | .config/git/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/git/config b/.config/git/config index 0f93408..712cd8e 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,12 +1,12 @@ [sendemail] smtpEncryption = tls smtpServer = smtp.fastmail.com - smtpUser = ben@gbmor.dev + smtpUser = ben@gbmor.org smtpServerPort = 587 annotate = yes [user] name = "Benjamin Morrison" - email = ben@gbmor.dev + email = ben@gbmor.org signingkey = EAB272409CD12FF0 [init] templatedir = ~/.config/git/template.git |