Skip to content
Discussion options

You must be logged in to vote

The reading half of this was fixed by #7271, as @risu729 noted. The writing half stayed broken until now, and it failed silently, so it is worth closing the loop here.

With MISE_CONFIG_DIR relocated, mise use could still choose ~/.config/mise/config.toml as its write target — the very file #7271 stops mise from loading — and write the tool there. mise config ls then correctly refused to list it, so the tool simply never appeared, with no error anywhere.

The cause was that mise had three separate implementations of the same "which config file do I write to" rule, and only one of them applied the exclusion added for this discussion. Two changes put them on the same footing:

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@ccjmne
Comment options

@jdx
Comment options

jdx Aug 2, 2026
Maintainer

Answer selected by ccjmne
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants