X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/c509eed2a58445ada9cfee14cc012f47f44a9668..b6607e7e796f5b58d64211c022d3e1af6159bdaa:/manual.txt diff --git a/manual.txt b/manual.txt index 1bafd1b..efdb079 100644 --- a/manual.txt +++ b/manual.txt @@ -65,6 +65,21 @@ Environment Variables Several options related to the interface with git can be configured via environment options. +[[configuration-files]] +Configuration Files +~~~~~~~~~~~~~~~~~~~ + +Upon startup, tig first reads the system wide configuration file +(`{sysconfdir}/tigrc` by default) and then proceeds to read the user's +configuration file (`~/.tigrc` by default). The paths to either of these files +can be overridden through the following environment variables: + +TIGRC_USER:: + Path of the user configuration file. + +TIGRC_SYSTEM:: + Path of the system wide configuration file. + [[repo-refs]] Repository References ~~~~~~~~~~~~~~~~~~~~~