Update gitconfig and hgrc
This commit is contained in:
parent
12f7f29a0a
commit
66954e64ec
2 changed files with 4 additions and 2 deletions
|
@ -12,3 +12,5 @@
|
|||
autoStash = true
|
||||
[sendemail]
|
||||
smtpserver = /opt/homebrew/bin/msmtp
|
||||
[gpg]
|
||||
program = gpg
|
||||
|
|
4
dot_hgrc
4
dot_hgrc
|
@ -2,8 +2,8 @@
|
|||
[ui]
|
||||
# name and email, e.g.
|
||||
# username = Jane Doe <jdoe@example.com>
|
||||
username = mokou <mokou@posteo.de>
|
||||
editor = nvim
|
||||
username = marisa <mokou@fastmail.com>
|
||||
editor = vim
|
||||
|
||||
tweakdefaults = True
|
||||
pager = diff-so-fancy | less --tabs=4 -RFX
|
||||
|
|
Loading…
Add table
Reference in a new issue