From 599d45be8120e1f342faf139856c4ba7f1ac7356 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sun, 21 May 2017 16:54:19 -0700 Subject: [PATCH] Add zgdbm plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9928ff8..d4ea1ad 100644 --- a/README.md +++ b/README.md @@ -357,6 +357,7 @@ These frameworks make customizing your zsh setup easier. * [zce](https://github.com/hchbaw/zce.zsh) - Vim’s EasyMotion / Emacs’s ace-jump-mode for zsh. * [zconvey](https://github.com/zdharma/zconvey) - Adds ability to send commands to other Zsh sessions, you can use this to `cd $PWD` on all active Zshells, for example. * [zero](https://github.com/arlimus/zero.zsh) - Zero is both a plugin and a theme. See the github page for installation details. +* [zgdbm](https://github.com/zdharma/zgdbm) - Adds GDBM as a plugin * [zinfo_line](https://github.com/kmhjs/zinfo_line) - Makes more information available to zsh themes. * [zsh-256color](https://github.com/chrissicool/zsh-256color) - Enhances the terminal environment with 256 colors. It looks at the chosen TERM environment variable and sees if there is respective ncurses' terminfo with 256 colors available. The result is a multicolor terminal, if available. * [zsh-abbrev-alias](https://github.com/momo-lab/zsh-abbrev-alias) - Provides functionality similar to Vim's abbreviation expansion.