mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-24 02:36:15 +00:00
58 lines
No EOL
3.9 KiB
HTML
58 lines
No EOL
3.9 KiB
HTML
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Reference: Miller environment variables — Miller 6.0.0-alpha documentation</title>
|
|
|
|
<link rel="stylesheet" href="_static/scrolls.css" type="text/css" />
|
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
|
<link rel="stylesheet" href="_static/print.css" type="text/css" />
|
|
|
|
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
|
|
<script src="_static/jquery.js"></script>
|
|
<script src="_static/underscore.js"></script>
|
|
<script src="_static/doctools.js"></script>
|
|
<script src="_static/language_data.js"></script>
|
|
<script src="_static/theme_extras.js"></script>
|
|
<link rel="index" title="Index" href="genindex.html" />
|
|
<link rel="search" title="Search" href="search.html" />
|
|
<link rel="next" title="Reference: online help" href="reference-main-online-help.html" />
|
|
<link rel="prev" title="Reference: regular expressions" href="reference-main-regular-expressions.html" />
|
|
</head><body>
|
|
<div id="content">
|
|
<div class="header">
|
|
<h1 class="heading"><a href="index.html"
|
|
title="back to the documentation overview"><span>Reference: Miller environment variables</span></a></h1>
|
|
</div>
|
|
<div class="relnav" role="navigation" aria-label="related navigation">
|
|
<a href="reference-main-regular-expressions.html">« Reference: regular expressions</a> |
|
|
<a href="#">Reference: Miller environment variables</a>
|
|
| <a href="reference-main-online-help.html">Reference: online help »</a>
|
|
</div>
|
|
<div id="contentwrapper">
|
|
<div role="main">
|
|
|
|
<div class="section" id="reference-miller-environment-variables">
|
|
<h1>Reference: Miller environment variables<a class="headerlink" href="#reference-miller-environment-variables" title="Permalink to this headline">¶</a></h1>
|
|
<p>The following environment variables affect how Miller works:</p>
|
|
<ul class="simple">
|
|
<li><p><code class="docutils literal notranslate"><span class="pre">MLRRC</span></code>: see <a class="reference internal" href="customization.html"><span class="doc">Customization: .mlrrc</span></a></p></li>
|
|
<li><p><code class="docutils literal notranslate"><span class="pre">MLR_NO_COLOR</span></code>, <code class="docutils literal notranslate"><span class="pre">MLR_ALWAYS_COLOR</span></code>, <code class="docutils literal notranslate"><span class="pre">MLR_KEY_COLOR</span></code>, <code class="docutils literal notranslate"><span class="pre">MLR_VALUE_COLOR</span></code>, <code class="docutils literal notranslate"><span class="pre">MLR_PASS_COLOR</span></code>, <code class="docutils literal notranslate"><span class="pre">MLR_FAIL_COLOR</span></code>, <code class="docutils literal notranslate"><span class="pre">MLR_REPL_PS1_COLOR</span></code>, <code class="docutils literal notranslate"><span class="pre">MLR_REPL_PS2_COLOR</span></code>, <code class="docutils literal notranslate"><span class="pre">MLR_HELP_COLOR</span></code>, <code class="docutils literal notranslate"><span class="pre">TERM</span></code>, * <code class="docutils literal notranslate"><span class="pre">MSYSTEM</span></code>: see <a class="reference internal" href="output-colorization.html"><span class="doc">Output colorization</span></a></p></li>
|
|
<li><p><code class="docutils literal notranslate"><span class="pre">MLR_REPL_PS1</span></code>, <code class="docutils literal notranslate"><span class="pre">MLR_REPL_PS2</span></code>: see <a class="reference internal" href="repl.html"><span class="doc">The REPL</span></a></p></li>
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="footer" role="contentinfo">
|
|
© Copyright 2021, John Kerl.
|
|
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 3.2.1.
|
|
</div>
|
|
</body>
|
|
</html> |