Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 575 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 575 Bytes

phpenv-config-add

It's a phpenv/phpenv plugin to enable/disable configs.

Installation

Simply clone the repository into the plugins directory:

mkdir -p "$(phpenv root)/plugins"
git clone git://github.com/sergeyklay/phpenv-config-add.git "$(phpenv root)/plugins/phpenv-config-add"

Usage

phpenv config-add /path/to/config.ini
phpenv config-rm config.ini || true

License

The phpenv-config-add is released under the MIT License.