asdf-vm provides symbolic links to a package's currently selected executable via /shims, like .asdf/shims/<package>
. Does it provide a link to the currently selected package directory (which can be found via asdf where <package>
)?
If not, could I hack this into the install step of a custom asdf-vm plugin?
If not, can I hack this together myself with some bash/*nix fu (preferably macOS) to create a symbolic link of sorts against a command's output, e.g. $(asdf where <package>)
? (( this seems.. unlikely as that's kernel stuff but I thought I'd ask! ))