Files
dotfiles/config/mise/settings.toml
Jim Myhrberg 594022d8df fix(mise): hide missing tools notification in CLI
This often interferes with things that call shims and parse the output,
as output from shims will have a missing tool warning appended to the
end of the output.
2024-05-09 10:31:14 +01:00

9 lines
138 B
TOML

cargo_binstall = true
experimental = true
legacy_version_file = true
[status]
missing_tools = "never"
show_env = true
show_tools = false