programs.bash.shellOptions

Shell options to set. Prefix an option with "-" to unset.

Type
list of string
Default
[
  "histappend"
  "extglob"
  "globstar"
  "checkjobs"
]
Example
[
  "extglob"
  "-cdspell"
]
Declared
<home-manager/modules/programs/bash.nix>