Skip to content

Commit 45d1889

Browse files
gsspdevmsaf9acuteenvyManagorznarfm
authored
setopt: add page (#19641)
Co-authored-by: Sahil Afrid Farookhi <[email protected]> Co-authored-by: Lena Pastwa <[email protected]> Co-authored-by: Managor <[email protected]> Co-authored-by: Meinard Francisco <[email protected]>
1 parent 71d25be commit 45d1889

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pages/common/setopt.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# setopt
2+
3+
> Set Z shell (`zsh`) options.
4+
> Note: Zsh options are case-insensitive and underscores are ignored.
5+
> See also: `unsetopt` to unset options.
6+
> More information: <https://zsh.sourceforge.io/Doc/Release/Options.html>.
7+
8+
- List enabled options:
9+
10+
`setopt`
11+
12+
- Set an option:
13+
14+
`setopt {{option}}`
15+
16+
- Display all available options and their status:
17+
18+
`set -o`

0 commit comments

Comments
 (0)