Angelmmiguel / pm

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

Support zsh users who do not use oh-my-zsh? #28

Open wtao137 opened 2 years ago

wtao137 commented 2 years ago

It turns out the install script assumes a ZSH_CUSTOM env variable to put the completion plugin, which, if I'm correct, normally would come with an oh-my-zsh installation.

However, vanilla zsh can already load the completion file for use. So it's it possible to tweak the installation script a bit so it can also work even if it doesn't detect a ZSH_CUSTOM variable?