When installing codeception my aliases no longer work. I have tried with both zsh and bash. When I try to run one line cr I get this message
env: php: No such file or directory
I am using a Mac and running the terminal inside VScode. I have the aliases defined in ~/.zshrc
They were working and I verified that the codecept bin is in the correct location. Now any cli gives me this message.
alias pu='vendor/bin/phpunit'
alias co='vendor/bin/codecept'
alias cr='vendor/bin/codecept run'
alias crf='vendor/bin/codecept run functional'
alias cri='vendor/bin/codecept run integration'
alias cru='vendor/bin/codecept run unit'
alias cra='vendor/bin/codecept run acceptance'
export COMPOSER_CACHE_DIR=~/.composer
export DOCKER_UIDGID=502:20
#alias php='/Applications/MAMP/bin/php/php7.4.2/bin/php'
export PATH="$PATH:/usr/local/bin/"