docs/cli/settings/set.md
mise settings setmise settings set [-l --local] <SETTING> [VALUE]createsrc/cli/settings/set.rsAdd/update a setting
This modifies the contents of ~/.config/mise/config.toml by default.
With --local, modifies the local config file instead.
See https://mise.jdx.dev/configuration.html#target-file-for-write-operations
<SETTING> — The setting to set[VALUE] — The value to set (optional if provided as KEY=VALUE)-l --local — Use the local config file instead of the global one-h --help — Print helpmise settings set jobs 4