diff options
| author | 2024-04-07 00:20:01 -0700 | |
|---|---|---|
| committer | 2024-04-07 00:20:01 -0700 | |
| commit | 001320a0ead19f240b41ebca91c42323d4ef85e4 (patch) | |
| tree | 6e420d576e2927add4f6d847f21764c025921c3a | |
| parent | 16fae84dc0bcc3bb21730a700b8e87dbc9419bab (diff) | |
| download | new-dotfiles-001320a0ead19f240b41ebca91c42323d4ef85e4.tar.gz new-dotfiles-001320a0ead19f240b41ebca91c42323d4ef85e4.zip | |
Fix ‘sendmailcmd’ for git
| -rw-r--r-- | git/.config/git/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/.config/git/config b/git/.config/git/config index eaa4397..d3936a8 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -6,4 +6,4 @@ [diff "lisp"] xfuncname = "^[[:space:]]*?\\(def\\w+? ((\\w|-|'|:|=|<|>)+)" [sendemail] - sendmailcmd = /usr/bin/msmtp -t + sendmailcmd = /usr/bin/msmtp |
