1#these commands executed on Ubunyu 20.04
2export PATH=~/.config/composer/vendor/bin:$PATH
3source ~/.bashrc
1echo 'export PATH="~/.config/composer/vendor/bin"' >> ~/.bashrc
2# or
3echo 'export PATH="~/.config/composer/vendor/bin"' >> ~/.zshrc
1# For mac just run these 2 commands
2echo 'export PATH="$HOME/.composer/vendor/bin:$PATH"' >> ~/.zshrc
3source ~/.zshrc