programs.zsh.setOptions

Configure zsh options. See zshoptions(1).

Type
list of string
Default
[
  "HIST_IGNORE_DUPS"
  "SHARE_HISTORY"
  "HIST_FCNTL_LOCK"
]
Example
[
  "EXTENDED_HISTORY"
  "RM_STAR_WAIT"
]
Declared
<nixpkgs/nixos/modules/programs/zsh/zsh.nix>