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
|
autoStash = true
|
||||||
[sendemail]
|
[sendemail]
|
||||||
smtpserver = /opt/homebrew/bin/msmtp
|
smtpserver = /opt/homebrew/bin/msmtp
|
||||||
|
[gpg]
|
||||||
|
program = gpg
|
||||||
|
|
4
dot_hgrc
4
dot_hgrc
|
@ -2,8 +2,8 @@
|
||||||
[ui]
|
[ui]
|
||||||
# name and email, e.g.
|
# name and email, e.g.
|
||||||
# username = Jane Doe <jdoe@example.com>
|
# username = Jane Doe <jdoe@example.com>
|
||||||
username = mokou <mokou@posteo.de>
|
username = marisa <mokou@fastmail.com>
|
||||||
editor = nvim
|
editor = vim
|
||||||
|
|
||||||
tweakdefaults = True
|
tweakdefaults = True
|
||||||
pager = diff-so-fancy | less --tabs=4 -RFX
|
pager = diff-so-fancy | less --tabs=4 -RFX
|
||||||
|
|
Loading…
Add table
Reference in a new issue