From b3484942b407b737c3f67ab3c1753dc785167a4e Mon Sep 17 00:00:00 2001 From: khaneliman Date: Sat, 29 Mar 2025 14:43:03 +0000 Subject: [PATCH] deploy: 1f679ed2a2ebe3894bad9f89fb0bd9f141c28a68 --- options.xhtml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) 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: