xxxxxxxxxx
sudo vim /etc/paths
#add the path to this file and close (:wq in vim)
#note only add the path so often you may see:
export PATH=$PATH:/new/dir/location1.bin
#here you would just add /new/dir/location1.pin to /etc/paths
Open your terminal and run the following command to open your .zshrc file:
nano ~/.zshrc
In the .zshrc file, add the following line at the end of the file:
export PATH="$HOME/.composer/vendor/bin:$PATH"
Save and exit the .zshrc file by pressing Ctrl + X, then Y, then Enter.
Run the following command to reload your .zshrc file:
source ~/.zshrc
xxxxxxxxxx
Open your terminal and run the following command to open your .zshrc file:
nano ~/.zshrc
In the .zshrc file, add the following line at the end of the file:
export PATH="$HOME/.composer/vendor/bin:$PATH"
Save and exit the .zshrc file by pressing Ctrl + X, then Y, then Enter.
Run the following command to reload your .zshrc file:
source ~/.zshrc