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: