Angelmmiguel / pm

The easy way to switch between your projects on ZSH
MIT License
193 stars 17 forks source link

zsh: command not found: pm error #26

Open UdyW opened 2 years ago

UdyW commented 2 years ago

Hi,

This doesn't work in MacOS Catalina 10.17.6.

Reproduce steps;

cd ~
wget https://raw.githubusercontent.com/Angelmmiguel/pm/master/install.sh
chmod 755 ./install.sh

Then;

. ./install.sh

cd projects/awesome-project
pm add awesome-project

Yes, exact same instructions in the documentation. But it gives the error

zsh: command not found: pm.

Could you please fix this asap?