Fig and FzF config

This commit is contained in:
Christian Nieves
2022-07-11 12:45:04 -05:00
parent 7786d43b94
commit 9f3b20fc49
4 changed files with 29 additions and 1 deletions

26
fig/.hgrc Normal file
View File

@ -0,0 +1,26 @@
# example user config (see 'hg help config' for more info)
[ui]
# name and email, e.g.
# username = Jane Doe <jdoe@example.com>
username = Christian Nieves <cnieves@google.com>
# We recommend enabling tweakdefaults to get slight improvements to
# the UI over time. Make sure to set HGPLAIN in the environment when
# writing scripts!
tweakdefaults = True
# uncomment to disable color in command output
# (see 'hg help color' for details)
# color = never
# uncomment to disable command output pagination
# (see 'hg help pager' for details)
paginate = never
[extensions]
# uncomment the lines below to enable some popular extensions
# (see 'hg help extensions' for more info)
#
# histedit =
# rebase =
# uncommit =