Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-03 00:20:54 +00:00
parent 922b1aa234
commit 848b78740c
27 changed files with 237 additions and 33 deletions

23
tldr/setopt Normal file
View File

@@ -0,0 +1,23 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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`