.tool-versions
Whenever a .tool-versions file is present in a directory, the tool versions it declares will be used in that directory and any subdirectories.
This is what a .tool-versions file looks like:
You can also include comments:
Tip
Use the search command to find the exact tool names and versions you wish to use.
You can specify system in place of the version if you wish to use the system installed binary instead of zxcv managed ones.
Note
The entire asdf-spec is not supported. Only a simpler version of it defined above.