diff --git a/options.xhtml b/options.xhtml index a063f7671..cc334b1ca 100644 --- a/options.xhtml +++ b/options.xhtml @@ -65203,6 +65203,37 @@ attribute set of string

} +

Declared by:

+ + +
+ +<home-manager/modules/programs/zsh/zsh-abbr.nix> + +
+ +
+ + programs.zsh.zsh-abbr.globalAbbreviations + + +
+
+

Similar to programs.zsh.zsh-abbr.abbreviations, +but are expanded anywhere on a line.

+ +

Type: +attribute set of string

+ +

Default: +{ }

+ +

Example:

{
+  G = "| grep";
+  L = "| less -R";
+}
+
+

Declared by: