mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-24 09:04:19 +02:00
deploy: 1ebb80bb14
This commit is contained in:
parent
0107a1c86f
commit
e5b4e6374a
4 changed files with 16 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue