mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
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:
parent
2b1b629108
commit
f7de871803
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user