diff --git a/options.html b/options.html index 6c43a3b81..a3246e8d0 100644 --- a/options.html +++ b/options.html @@ -11145,6 +11145,12 @@ boolean

Default: boolean

Default: false

Declared by:

<home-manager/modules/programs/zsh.nix> +
programs.zsh.history.ignoreAllDups

If a new command line being added to the history list +duplicates an older one, the older command is removed +from the list (even if it is not the previous event).

Type: +boolean

Default: +false

Declared by:

+<home-manager/modules/programs/zsh.nix>
programs.zsh.history.ignoreDups

Do not enter command lines into the history list if they are duplicates of the previous event.

Type: boolean

Default: