TwoPizza9621536 / zsh-phpenv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zsh-phpenv

A zsh plugin for phpenv based on the jenv plugin.

Usage

To use it, install phpenv first.

Then clone this repository into the custom plugins directory as phpenv 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-phpenv.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/phpenv

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

plugins=(... phpenv)

License

Under the MIT License with the following SPDX expression:

SPDX-License-Identifier: MIT

About

License:MIT License


Languages

Language:Shell 100.0%