aboutsummaryrefslogtreecommitdiffstats
path: root/git
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-03-22 01:55:48 +0000
committerYann Herklotz <git@yannherklotz.com>2022-03-22 01:55:48 +0000
commit8eee4638116ec250c8bbc8c80810107879efd236 (patch)
treeadaa6ac84ee6cd41cb4aacb86eff456355d8adc9 /git
parent0a6e32424b5b6383436c4362f1681384a10e0568 (diff)
parent433f57c839f51239928ff5c95308d278aa485a4b (diff)
downloaddotfiles-8eee4638116ec250c8bbc8c80810107879efd236.tar.gz
dotfiles-8eee4638116ec250c8bbc8c80810107879efd236.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'git')
-rw-r--r--git/.gitconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/git/.gitconfig b/git/.gitconfig
index c83238e..52597c9 100644
--- a/git/.gitconfig
+++ b/git/.gitconfig
@@ -9,7 +9,7 @@
[sendemail]
from = Yann Herklotz <git@yannherklotz.com>
smtpuser =
- smtpserver = "/usr/local/bin/msmtp"
+ smtpserver = "/usr/bin/msmtp"
smtpencryption = tls
chainreplyto = false
confirm = auto
@@ -22,5 +22,6 @@
[credential]
helper = store
+
[init]
defaultBranch = main