mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:06:42 +00:00
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.
This commit is contained in:
@@ -3,5 +3,6 @@ experimental = true
|
||||
legacy_version_file = true
|
||||
|
||||
[status]
|
||||
missing_tools = "never"
|
||||
show_env = true
|
||||
show_tools = false
|
||||
|
||||
Reference in New Issue
Block a user