mirror of
https://github.com/nix-community/home-manager.git
synced 2025-04-10 02:54:22 +00:00
deploy: 7832b5aa95
This commit is contained in:
parent
4eee5bed4c
commit
271902c398
1 changed files with 33 additions and 0 deletions
|
@ -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">
|
||||
<home-manager/modules/programs/zsh.nix>
|
||||
</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">""</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||
_type = "order";
|
||||
content = ''
|
||||
echo "Hello, initContent!"
|
||||
'';
|
||||
priority = 1000;
|
||||
}
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
|
|
Loading…
Add table
Reference in a new issue