-
The
These functionalities are distinct and orthogonal. Personally, I find the second functionality very valuable (thanks for the plugin!!), but I don't especially care about the first one, because:
Because installing Right now, what happens is that any time I enter a directory with a Therefore, in order to manage
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
After installing this plugin you let asdf know that you want to use the
and then just create a directory for
If I recall correctly (at least when I implemented asdf external commands) they don't depend on any version to be installed, since they are part of the plugin itself. And as long as you have the plugin installed, the extension commands like |
Beta Was this translation helpful? Give feedback.
-
Ah, I didn't know about |
Beta Was this translation helpful? Give feedback.
After installing this plugin you let asdf know that you want to use the
direnv
binary installed by your systemjust by having a
.tool-versions
file like this:and then just create a directory for
asdf-direnv
to store cached environments.If I recall correctly (at least when I implemented asdf external commands) they don't depend on any version to be installed, since they are part of the plugin itself. And as long as you have the plugin installed, the extension commands like
command-hook-asdf.bash
should be found by asdf.