First open your .zshrc file via nano: nano ~/.zshrc Scroll down and add the following to your file (in my case I’m adding mint): export PATH="/Users/paulwyszynski/.mint/bin:$PATH" Finally make your changes available to your terminal: source .zshrc You can test it. That’s how I do it (typing mint -h): mint -h…