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>
Shell options to set. Prefix an option with
"-" to unset.
list of string[
"histappend"
"extglob"
"globstar"
"checkjobs"
][
"extglob"
"-cdspell"
]