Skip to content
Open
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
20 changes: 20 additions & 0 deletions pages/common/setopt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# setopt

> Set/unset Z shell (zsh) options.
> More information: <https://zsh.sourceforge.io/Doc/Release/Options.html>.

- List enabled options:

`setopt`

- Set an option:

`setopt {{option}}`

- Unset an option:

`unsetopt {{option}}`

- Display all available options and their status:

`set -o`