1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-31 04:04:32 +00:00
This commit is contained in:
khaneliman 2025-03-29 14:43:03 +00:00
parent 1ea25caa5d
commit b3484942b4

View file

@ -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">
&lt;home-manager/modules/programs/zsh/zsh-abbr.nix&gt;
</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 = &quot;| grep&quot;;
L = &quot;| less -R&quot;;
}
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>