From 66954e64ec05b0bb03fa4708cf88ab8304aa6ab1 Mon Sep 17 00:00:00 2001 From: mokou Date: Sun, 21 Mar 2021 16:03:15 +0100 Subject: [PATCH] Update gitconfig and hgrc --- dot_gitconfig | 2 ++ dot_hgrc | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dot_gitconfig b/dot_gitconfig index 323c6b5..af68976 100644 --- a/dot_gitconfig +++ b/dot_gitconfig @@ -12,3 +12,5 @@ autoStash = true [sendemail] smtpserver = /opt/homebrew/bin/msmtp +[gpg] + program = gpg diff --git a/dot_hgrc b/dot_hgrc index 5faa12f..83c7359 100644 --- a/dot_hgrc +++ b/dot_hgrc @@ -2,8 +2,8 @@ [ui] # name and email, e.g. # username = Jane Doe -username = mokou -editor = nvim +username = marisa +editor = vim tweakdefaults = True pager = diff-so-fancy | less --tabs=4 -RFX