diff options
| author | 2023-04-22 00:27:46 -0700 | |
|---|---|---|
| committer | 2023-04-22 00:27:46 -0700 | |
| commit | 1d92f09835fbd935e5df5dc12c3d55471f6109b2 (patch) | |
| tree | fb163046f7744647b052d9c8d6f57e8a5c137938 /git | |
| parent | 5372935689ac7ea398fcc0b96a6e0ca44bf15060 (diff) | |
| download | new-dotfiles-1d92f09835fbd935e5df5dc12c3d55471f6109b2.tar.gz new-dotfiles-1d92f09835fbd935e5df5dc12c3d55471f6109b2.zip | |
[git] Set sendmail command to msmtp
Diffstat (limited to 'git')
| -rw-r--r-- | git/.config/git/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git/.config/git/config b/git/.config/git/config index c368e9d..eaa4397 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -5,3 +5,5 @@ xfuncname = "^\\*+ +(.+)" [diff "lisp"] xfuncname = "^[[:space:]]*?\\(def\\w+? ((\\w|-|'|:|=|<|>)+)" +[sendemail] + sendmailcmd = /usr/bin/msmtp -t |
