mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
deploy: 1f679ed2a2
This commit is contained in:
parent
1ea25caa5d
commit
b3484942b4
1 changed files with 31 additions and 0 deletions
|
@ -65203,6 +65203,37 @@ attribute set of string</p>
|
|||
}
|
||||
</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/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.globalAbbreviations"></a><a class="term" href="options.xhtml#opt-programs.zsh.zsh-abbr.globalAbbreviations"><code class="option">programs.zsh.zsh-abbr.globalAbbreviations</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Similar to <a class="xref" href="options.xhtml#opt-programs.zsh.zsh-abbr.abbreviations" ><code class="option">programs.zsh.zsh-abbr.abbreviations</code></a>,
|
||||
but are expanded anywhere on a line.</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><code class="programlisting">{
|
||||
G = "| grep";
|
||||
L = "| less -R";
|
||||
}
|
||||
</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