From 482a1d20ad5725b9c5eda4ea09f748417a1a6d94 Mon Sep 17 00:00:00 2001 From: Edwin Kofler Date: Thu, 12 Oct 2023 22:36:18 -0700 Subject: [PATCH] readme: Remove link to `phpenv.plugin.zsh` Signed-off-by: Edwin Kofler --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9e05376..e6e7614 100644 --- a/README.md +++ b/README.md @@ -1072,7 +1072,6 @@ Here are a few good sources for Nerd Fonts and Powerline-compatible fonts: - [ph-marks](https://github.com/lainiwa/ph-marks) - Bookmark pornhub videos from your terminal. - [php-version-rcfile-switcher](https://github.com/xellos866/php-version_rcfile-switcher) - Automatically switch between php versions using [php-version](https://github.com/wilmoore/php-version) if an rc-file is present in a directory. - [phpcs](https://github.com/voronkovich/phpcs.plugin.zsh) - Plugin for [PHP code sniffer](https://github.com/squizlabs/PHP_CodeSniffer). -- [phpenv](https://github.com/sptndc/phpenv.plugin.zsh) - Auto-load [phpenv](https://github.com/sptndc/phpenv) and its completions. - [phpunit](https://github.com/voronkovich/phpunit.plugin.zsh) - Plugin for [PHPUnit](https://phpunit.de/). - [pins](https://github.com/mehalter/zsh-pins) - ZSH plugin for pinning directories. Like a CLI folder bookmark manager with tab completions. - [pip-app](https://github.com/sharat87/pip-app) - Makes it easy to install python applications into distinct Python virtualenvs so they don't conflict with any other python requirements on your system.