From 4f33c85815c4de0202f21092f14a82d9c0a7bb3d Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 5 Dec 2018 08:56:59 -0700 Subject: [PATCH] Add zapack plugin loader --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a4f4e58..4032405 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ A collection of ZSH frameworks, plugins, tutorials & themes inspired by the vari - [prezto](#prezto) - [pumice](#pumice) - [Toasty](#toasty) + - [zapack](#zapack) - [zeesh](#zeesh) - [zgem](#zgem) - [zgen](#zgen) @@ -131,6 +132,10 @@ These frameworks make customizing your ZSH setup easier. **Toasty** is a ZSH framework made to facilitate management, not dictate it. +### [zapack](https://github.com/aiya000/zsh-zapack) + +zapack is a basic fast minimal ZSH plugin loader. + ### [zeesh](https://github.com/zeekay/zeesh) **Zeesh** is a cross-platform ZSH framework. It's similar to, but incompatible with, [oh-my-zsh](http://ohmyz.sh/). It has a modular plugin architecture making it easy to extend. It has a rich set of defaults, but is designed to be as lightweight as possible.