Replies: 1 comment 6 replies
-
|
You can use cd hook to run |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice if there was an option to have tools automatically installed if I have set
idiomatic_version_file_enable_toolsin my config. A new config likeauto_install_on_pwd(similar toauto_install) could be added to achieve this.Today it just looks like this if I have a
.nvmrcand.python-versionin a directory:I need to issue a
mise installto install them, but I prefer to get rid of this for my already setidiomatic_version_file_enable_tools.Beta Was this translation helpful? Give feedback.
All reactions