summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/git/config7
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/git/config b/.config/git/config
index 2472da4..11035c6 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -15,14 +15,15 @@
[diff]
tool = vimdiff
[user]
- email = brahmajit.xyz@gmail.com
- name = brahmajit das
- signingkey = brahmajit.xyz@gmail.com
+ email = listout@protonmail.com
+ name = listout
+ signingkey = listout@protonmail.com
[sendemail]
smtpserver = smtp.googlemail.com
smtpencryption = tls
smtpserverport = 587
smtpuser = brahmajit.xyz@gmail.com
+ suppresscc = self
[alias]
# list files which have changed since REVIEW_BASE
# (REVIEW_BASE defaults to 'master' in my zshrc)