Angelmmiguel / pm

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

How to uninstall or remove clearly? #22

Closed fangqi179 closed 4 years ago

fangqi179 commented 4 years ago

mac os catalina install failed. How can I uninstall or remove clearly?

Angelmmiguel commented 4 years ago

Hello @fangqi179,

Sorry to hear this tool doesn't work on macOs Catalina. To fully remove it, you only need to delete the ~/.pm folder and remove the following lines from your ~/.zshrc file:

# PM functions
source ~/.pm/pm.zsh
alias pma="pm add"
alias pmg="pm go"
alias pmrm="pm remove"
alias pml="pm list"
# end PM

That's all.

Thanks for trying it!

Angelmmiguel commented 4 years ago

@fangqi179 I'm going to close this issue. Please, feel free to reopen it in case you have any other question. Thanks!