mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +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
|
legacy_version_file = true
|
||||||
|
|
||||||
[status]
|
[status]
|
||||||
|
missing_tools = "never"
|
||||||
show_env = true
|
show_env = true
|
||||||
show_tools = false
|
show_tools = false
|
||||||
|
|||||||
Reference in New Issue
Block a user