Add .hgrc

This commit is contained in:
mokou 2020-04-16 23:20:20 +02:00
parent f26ed2595b
commit f0ad174629

11
dot_hgrc Normal file
View file

@ -0,0 +1,11 @@
# example user config (see 'hg help config' for more info)
[ui]
# name and email, e.g.
# username = Jane Doe <jdoe@example.com>
username = mokou <mokou@posteo.de>
editor = nvim
tweakdefaults = True
pager = diff-so-fancy | less --tabs=4 -RFX
[extensions]