My solution:
Change back to bash
:
source .bashrc
next:
echo $PATH
copy this:
/home/frank/.asdf/shims:/home/frank/....
back to the zsh
:
source .zsh
open .zshrc
:
and paste:
export PATH=/home/frank/.asdf/shims:/home/frank/....
restart terminal