commands.sh

unsetopt

all

Unset options for the Z shell (`zsh`). Note: Zsh options are case-insensitive and underscores are ignored. See also: `setopt`.

More info →

Examples (3)

List all currently unset options (use `setopt` to list set options)

Unset a specific option

unsetopt option_name

Unset multiple options at once

unsetopt option_name1 option_name2 ...
made by @shridhargupta | data from tldr-pages