dotfiles

config files for my linux setup
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 31c2d9b70529b3a69c4083b4465ec0e80faa1bf8
parent 9a0854be14bea8bbee056eeafc009d24cc492574
Author: Ed van Bruggen <edvb@uw.edu>
Date:   Mon, 16 Apr 2018 00:15:22 -0700

git: Add send email options and slp alias

Diffstat:
gitconfig | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/gitconfig b/gitconfig @@ -27,6 +27,7 @@ A = add -A . c = commit p = push + slp = send-email --subject-prefix="${PWD##*/}][PATCH" --to hackers@suckless.org [pager] diff = diff-highlight | less [credential] @@ -36,3 +37,8 @@ [commit] verbose = true gpgsign = true +[sendemail] + smtpEncryption = tls + smtpServer = smtp.uw.edu + smtpUser = edvb@uw.edu + smtpServerPort = 587