I think ZSH won’t expand the ~ on PATH. Try this in your .zshrc file instead:
export PATH="$HOME/.composer/vendor/bin:$PATH"
I think ZSH won’t expand the ~ on PATH. Try this in your .zshrc file instead:
export PATH="$HOME/.composer/vendor/bin:$PATH"