commands.sh

setopt

all

Set Z shell (`zsh`) options. Note: Zsh options are case-insensitive and underscores are ignored. See also: `unsetopt`.

More info →

Examples (3)

List enabled options

Set an option

setopt option

Display all available options and their status

set -o
made by @shridhargupta | data from tldr-pages