jdx
jdx
It's not clear to me what you're asking here. If you just want to see what mise does with fish then instead of activating, manually run `mise hook-env -s fish`...
I think we could have a `for="tasks"` option on `env._.source` or something. We could also probably support having `tasks..env._.source` on the task env vars too
FYI there does seem to currently be a bug in "short-circuiting" logic that prevents running scripts if nothing has been changed: https://github.com/jdx/mise/issues/1617
we have fuzzy matching for java, it just doesn't work for temurin and possibly others I believe because our semver library can't parse temurin. I definitely remember testing corretto though...
have at it: https://github.com/jdx/mise/blob/main/src/runtime_symlinks.rs#L39
closing in favor of #2115
you need to add it to PATH. Also, activation is only for interactive sessions.
looks like it still isn't on PATH
"This pull request cannot be automatically merged." Did you run this against a current version?
as an example, if I want to set `MISE_DEBUG` and `MISE_TRACE` to the default I'd like to do the following: ``` MISE_DEBUG= MISE_TRACE= mise ... ``` but with the way...