Home

Awesome

zsh-plenv

A zsh plugin for plenv based on the jenv plugin.

Usage

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/plenv

Finally, add plenv to the plugins array of your zshrc file:

plugins=(... plenv)

License

Under the MIT License with the following SPDX expression:

SPDX-License-Identifier: MIT