mise: use default config/data locations (#6677)

- Removes `env_set` and `persist` properties from `mise.json` to allow
   mise to use its default locations for `config.toml` and
   `$MISE_DATA_DIR`
This commit is contained in:
Janusz Dziurzyński 2025-04-22 20:54:47 -04:00 committed by GitHub
parent 2b1b629108
commit f7de871803
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,15 +20,7 @@
" New-Item -Path \"$dir\\config.toml\" -ItemType File -ea 0 | Out-Null",
"}"
],
"env_set": {
"MISE_DATA_DIR": "$dir\\mise",
"MISE_GLOBAL_CONFIG_FILE": "$dir\\config.toml"
},
"env_add_path": "mise\\shims",
"persist": [
"mise",
"config.toml"
],
"notes": "See documentation for notes on configuring your shell: https://mise.jdx.dev/installing-mise.html",
"checkver": {
"github": "https://github.com/jdx/mise"