mirror of
https://github.com/nix-community/home-manager
synced 2024-10-31 16:29:44 +01:00
deploy: b0e0d82696
This commit is contained in:
parent
85dee745b4
commit
a12c22ac63
1 changed files with 15 additions and 0 deletions
15
options.html
15
options.html
|
@ -12042,6 +12042,21 @@ list of string</p><p><span class="emphasis"><em>Default:</em></span>
|
|||
path</p><p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">"~/.zplug"</code></p><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/zplug.nix" target="_top">
|
||||
<home-manager/modules/programs/zplug.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.zsh.zsh-abbr.enable"></a><a class="term" href="options.html#opt-programs.zsh.zsh-abbr.enable"><code class="option">programs.zsh.zsh-abbr.enable</code></a></span></dt><dd><p>Whether to enable zsh-abbr - zsh manager for auto-expanding abbreviations.</p><p><span class="emphasis"><em>Type:</em></span>
|
||||
boolean</p><p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span>
|
||||
<code class="literal">true</code></p><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/zsh-abbr.nix" target="_top">
|
||||
<home-manager/modules/programs/zsh/zsh-abbr.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.zsh.zsh-abbr.abbreviations"></a><a class="term" href="options.html#opt-programs.zsh.zsh-abbr.abbreviations"><code class="option">programs.zsh.zsh-abbr.abbreviations</code></a></span></dt><dd><p>An attribute set that maps aliases (the top level attribute names
|
||||
in this option) to abbreviations. Abbreviations are expanded with
|
||||
the longer phrase after they are entered.</p><p><span class="emphasis"><em>Type:</em></span>
|
||||
attribute set of string</p><p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">{ }</code></p><p><span class="emphasis"><em>Example:</em></span></p><pre class="programlisting">{
|
||||
gco = "git checkout";
|
||||
l = "less";
|
||||
}
|
||||
</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/zsh-abbr.nix" target="_top">
|
||||
<home-manager/modules/programs/zsh/zsh-abbr.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-qt.enable"></a><a class="term" href="options.html#opt-qt.enable"><code class="option">qt.enable</code></a></span></dt><dd><p>Whether to enable Qt 4, 5 and 6 configuration.</p><p><span class="emphasis"><em>Type:</em></span>
|
||||
boolean</p><p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span>
|
||||
|
|
Loading…
Reference in a new issue