This commit is contained in:
dbrgn 2020-11-14 23:03:06 +00:00
commit e5b4e6374a
4 changed files with 16 additions and 4 deletions

View file

@ -177,7 +177,13 @@ following command:</p>
<p>The directory where the configuration file resides may be overwritten by the
environment variable <code>TEALDEER_CONFIG_DIR</code>. Remember to use an absolute path.
Variable expansion will not be performed on the path.</p>
<h2><a class="header" href="#example" id="example">Example</a></h2>
<h2><a class="header" href="#override-cache-directory" id="override-cache-directory">Override Cache Directory</a></h2>
<p>Similarly, the cache directory where the pages are downloaded to, also follows
OS conventions. On Linux, it will usually be at <code>~/.cache/tealdeer/</code>. The path
can be overwritten using the environment variable <code>TEALDEER_CACHE_DIR</code>.
Remember to use an absolute path. Variable expansion will not be performed on
the path.</p>
<h2><a class="header" href="#config-example" id="config-example">Config Example</a></h2>
<pre><code class="language-toml">[display]
compact = false
use_pager = true

View file

@ -279,7 +279,13 @@ following command:</p>
<p>The directory where the configuration file resides may be overwritten by the
environment variable <code>TEALDEER_CONFIG_DIR</code>. Remember to use an absolute path.
Variable expansion will not be performed on the path.</p>
<h2><a class="header" href="#example" id="example">Example</a></h2>
<h2><a class="header" href="#override-cache-directory" id="override-cache-directory">Override Cache Directory</a></h2>
<p>Similarly, the cache directory where the pages are downloaded to, also follows
OS conventions. On Linux, it will usually be at <code>~/.cache/tealdeer/</code>. The path
can be overwritten using the environment variable <code>TEALDEER_CACHE_DIR</code>.
Remember to use an absolute path. Variable expansion will not be performed on
the path.</p>
<h2><a class="header" href="#config-example" id="config-example">Config Example</a></h2>
<pre><code class="language-toml">[display]
compact = false
use_pager = true

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long