programs.zsh.setOptions
Configure zsh options. See zshoptions(1).
To unset an option, prefix it with "NO_".
- Type
list of string- Default
[ ]- Example
[ "EXTENDED_HISTORY" "RM_STAR_WAIT" "NO_BEEP" ]- Declared
- <home-manager/modules/programs/zsh>
Configure zsh options. See zshoptions(1).
To unset an option, prefix it with "NO_".
list of string[ ][
"EXTENDED_HISTORY"
"RM_STAR_WAIT"
"NO_BEEP"
]