1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-04-10 02:54:22 +00:00
This commit is contained in:
teto 2025-03-13 13:38:05 +00:00
parent 4eee5bed4c
commit 271902c398

View file

@ -61225,6 +61225,39 @@ The default of <code class="literal">^[[A</code> may correspond to the UP key
]
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/zsh.nix" target="_top">
&lt;home-manager/modules/programs/zsh.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.zsh.initContent"></a><a class="term" href="options.xhtml#opt-programs.zsh.initContent"><code class="option">programs.zsh.initContent</code>
</a>
</span>
</dt>
<dd>
<p>Content to be added to <code class="filename">.zshrc</code>. To specify the order, use <code class="literal">lib.mkOrder</code>.</p>
<p><span class="emphasis"><em>Type:</em></span>
strings concatenated with “\n”</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;&quot;</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
_type = &quot;order&quot;;
content = &#x27;&#x27;
echo &quot;Hello, initContent!&quot;
&#x27;&#x27;;
priority = 1000;
}
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>