Nov 29, 2021
`brew install asdf` does not put the ASDF shims into $PATH. Had to add the following into my ~/.zshrc file
```
echo -e "\n. $(brew --prefix asdf)/libexec/asdf.sh" >> ${ZDOTDIR:-~}/.zshrc
```
Source: http://asdf-vm.com/guide/getting-started.html#_3-install-asdf