let’s say my elixir-core repo is in ~/git/elixir,
How can I tell asdf that when I’m insde ~/git/elixir and I execute and of the bin/ commands (elixir, elixirc, mix, iex), it will run it from ~/git/elixir/bin and not from the global installation
elixir path:/home/USERNAME/git/elixir/ to .tool-versions
the only caveat is I haven’t been able to figure out how to set a relative path. ~ not $(HOME) can be used either