-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mise run broken with zsh since v2024.11.33 #3280
Comments
I can't seem to reproduce, what's the task doing? |
The task just calls [tasks.echo]
run = 'echo "test"' ❯ mise run echo
[echo] $ echo "test"
zsh: can't open input file: echo "test"
[echo] ERROR task failed ❯ mise settings ls
Key Value Source
experimental true ~/.config/mise/config.toml If I don't activate
|
This is unrelated, but I saw this message a few times when opening a new shell following the latest release: |
in that case I suspect you have 2 different versions of mise running |
Same
I restart tmux cleanly (including restarting terminal itself) and things go well afterwards. |
I can confirm that the issue has been resolved since the latest release. Thank you! |
Describe the bug
Something seems to be broken in the latest releases with
mise
andzsh
.To Reproduce
Expected behavior
mise doctor
outputAdditional context
Seems that using
fixes it
otherwise, downgrading to previous version is another solution
curl https://mise.run | MISE_VERSION=v2024.11.32 sh
The text was updated successfully, but these errors were encountered: