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