programs.zsh.setOptions

NixOS option

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 in: nixos/modules/programs/zsh/zsh.nixView source on NixOS/nixpkgs →