From a12c22ac63f7e84ab381d0520081ba0bdb5c4e31 Mon Sep 17 00:00:00 2001 From: rycee Date: Wed, 4 Oct 2023 06:29:38 +0000 Subject: [PATCH] deploy: b0e0d82696297964f231c37a38e3c64b22ae03e5 --- options.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/options.html b/options.html index 1240018cd..38b58a823 100644 --- a/options.html +++ b/options.html @@ -12042,6 +12042,21 @@ list of string

Default: path

Default: "~/.zplug"

Declared by:

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

Whether to enable zsh-abbr - zsh manager for auto-expanding abbreviations.

Type: +boolean

Default: +false

Example: +true

Declared by:

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

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.

Type: +attribute set of string

Default: +{ }

Example:

{
+  gco = "git checkout";
+  l = "less";
+}
+

Declared by:

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

Whether to enable Qt 4, 5 and 6 configuration.

Type: boolean

Default: false

Example: