Skip to content

mise settings set

Add/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

Arguments

<SETTING>

The setting to set

<VALUE>

The value to set

Flags

-l --local

Use the local config file instead of the global one

Examples:

mise settings idiomatic_version_file=true

Licensed under the MIT License. Maintained by @jdx and friends.