Hua En
Results
2
comments of
Hua En
The issue seems to be in this block of code within `installed_direnv()` in `setup-lib.bash`: ``` run_cmd asdf install direnv latest version="$(asdf list direnv | tail -n 1 | sed -e...
I'm referring to the global `$HOME/.tool-versions`. If the global version of direnv is set to `latest` in ASDF-vm via `asdf global direnv latest` before `asdf direnv setup` is run, this...