A zsh plugin for plenv based on the jenv plugin.
To use it, install plenv first.
Then clone this repository into the custom plugins directory as plenv of your
zsh plugin manager which is $ZSH_CUSTOM, the following is for
Oh My Zsh which is ~/.oh-my-zsh/custom/plugins.
git clone https://github.com/TwoPizza9621536/zsh-plenv.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/plenvFinally, add plenv to the plugins array of your zshrc file:
plugins=(... plenv)Under the MIT License with the following SPDX expression:
SPDX-License-Identifier: MIT