19 lines
345 B
Markdown
Raw Normal View History

# setopt
> Set Z shell (`zsh`) options.
> Note: Zsh options are case-insensitive and underscores are ignored.
> See also: `unsetopt`.
> More information: <https://zsh.sourceforge.io/Doc/Release/Options.html>.
- List enabled options:
`setopt`
- Set an option:
`setopt {{option}}`
- Display all available options and their status:
`set -o`