diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/.gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/.gitconfig b/templates/.gitconfig index 688a058..9c81d05 100644 --- a/templates/.gitconfig +++ b/templates/.gitconfig @@ -44,7 +44,7 @@ from = Ben Burwell <ben@benburwell.com> envelopeSender = auto smtpuser = - smtpserver = "/usr/local/bin/msmtp" + smtpserver = {{ if eq .OS "darwin"}}"/usr/local/bin/msmtp"{{ else }}"/usr/bin/msmtp"{{ end }} smtpserveroption = "--account=fastmail" smtpencryption = tls chainreplyto = false |