Skip to content

Instantly share code, notes, and snippets.

View hadavand's full-sized avatar

Majid Hadavand hadavand

View GitHub Profile
@mattmc3
mattmc3 / README.md
Last active January 2, 2024 00:50
zsh: zstyle examples

zstyle booleans

Setup foo,bar,baz boolean vars

zstyle ':example:foo' doit yes
zstyle ':example:bar' doit no
# leave baz unset