From 6ca4e3ec8414edf0c4c49243c712a066994ba6f7 Mon Sep 17 00:00:00 2001 From: Sebastian Gniazdowski Date: Wed, 29 Nov 2017 07:27:50 +0100 Subject: [PATCH] Update Zplugin description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2a78e7..04b4f32 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ These frameworks make customizing your zsh setup easier. ### [zplugin](https://github.com/zdharma/zplugin) -**Zplugin** gives reports from plugin load. Plugins are no longer black boxes, report will tell what aliases, functions, bindkeys, Zle widgets, zstyles, completions, variables, PATH and FPATH elements a plugin has set up. Supported is **unloading** of plugin and ability to list, uninstall, reinstall and selectively disable, enable plugin's completions. Also, every plugin is compiled and the user can control this function. The system does not use $FPATH, it's kept clean! +**Zplugin** is a next-era plugin manager with [semigraphical UI](https://github.com/zdharma/zplugin-crasis). ### [ZPM](https://github.com/horosgrisa/ZPM)