mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-24 09:04:19 +02:00
deploy: 99c86a4aff
This commit is contained in:
parent
6aebd1420f
commit
6ffbd7752a
4 changed files with 22 additions and 2 deletions
|
|
@ -165,6 +165,16 @@
|
|||
<main>
|
||||
<h1><a class="header" href="#section-directories" id="section-directories">Section: [directories]</a></h1>
|
||||
<p>This section allows overriding some directory paths.</p>
|
||||
<h2><a class="header" href="#cache_dir" id="cache_dir"><code>cache_dir</code></a></h2>
|
||||
<p>Override the cache directory. Remember to use an absolute path. Variable
|
||||
expansion will not be performed on the path. If the directory does not yet
|
||||
exist, it will be created.</p>
|
||||
<pre><code>[directories]
|
||||
cache_dir = "/home/myuser/.tealdeer-cache/"
|
||||
</code></pre>
|
||||
<p>If no <code>cache_dir</code> is specified, tealdeer will fall back to a location that
|
||||
follows OS conventions. On Linux, it will usually be at <code>~/.cache/tealdeer/</code>.
|
||||
Use <code>tldr --show-paths</code> to show the path that is being used.</p>
|
||||
<h2><a class="header" href="#custom_pages_dir" id="custom_pages_dir"><code>custom_pages_dir</code></a></h2>
|
||||
<p>Set the directory to be used to look up <a href="usage_custom_pages.html">custom
|
||||
pages</a>. Remember to use an absolute path. Variable
|
||||
|
|
|
|||
10
print.html
10
print.html
|
|
@ -421,6 +421,16 @@ auto_update_interval_hours = 24
|
|||
</code></pre>
|
||||
<h1><a class="header" href="#section-directories" id="section-directories">Section: [directories]</a></h1>
|
||||
<p>This section allows overriding some directory paths.</p>
|
||||
<h2><a class="header" href="#cache_dir" id="cache_dir"><code>cache_dir</code></a></h2>
|
||||
<p>Override the cache directory. Remember to use an absolute path. Variable
|
||||
expansion will not be performed on the path. If the directory does not yet
|
||||
exist, it will be created.</p>
|
||||
<pre><code>[directories]
|
||||
cache_dir = "/home/myuser/.tealdeer-cache/"
|
||||
</code></pre>
|
||||
<p>If no <code>cache_dir</code> is specified, tealdeer will fall back to a location that
|
||||
follows OS conventions. On Linux, it will usually be at <code>~/.cache/tealdeer/</code>.
|
||||
Use <code>tldr --show-paths</code> to show the path that is being used.</p>
|
||||
<h2><a class="header" href="#custom_pages_dir" id="custom_pages_dir"><code>custom_pages_dir</code></a></h2>
|
||||
<p>Set the directory to be used to look up <a href="usage_custom_pages.html">custom
|
||||
pages</a>. Remember to use an absolute path. Variable
|
||||
|
|
|
|||
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