2020-03-06 08:01:49 +00:00
|
|
|
#
|
2020-03-06 19:04:33 +00:00
|
|
|
# Example of xxh config file ~/.xxh/.xxhc
|
2020-03-06 08:01:49 +00:00
|
|
|
#
|
|
|
|
# The `hosts` section contains host names or regular expression patterns to match hostname.
|
|
|
|
#
|
|
|
|
# If hostname in xxh command is matched with many sections the options will be added from all
|
|
|
|
# sections and the options with same name will be overwritten by the last matched section.
|
|
|
|
#
|
|
|
|
# Options without argument should be added in appropriate yaml format but empty.
|
|
|
|
# Example of `+v` or `+if` mode below.
|
|
|
|
#
|
2020-03-06 10:56:08 +00:00
|
|
|
#--------------------------------------------------------------------------------------------------
|
2020-03-06 19:04:33 +00:00
|
|
|
# Example ~/.xxh/.xxhc
|
2020-03-06 10:56:08 +00:00
|
|
|
#--------------------------------------------------------------------------------------------------
|
|
|
|
#hosts:
|
|
|
|
# myhost:
|
|
|
|
# -p: 2222
|
|
|
|
# +v:
|
|
|
|
#
|
|
|
|
# "myhosts-.*":
|
|
|
|
# +if:
|
|
|
|
# +hh: /tmp/.xxh
|
|
|
|
#--------------------------------------------------------------------------------------------------
|