Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions pages/common/setopt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# setopt

> Set Z shell (`zsh`) options.
> Note: Zsh options are case-insensitive and underscores are ignored.
> See also: `unsetopt` to unset options.
> 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`