Added agkozak/zhooks

This commit is contained in:
Alexandros Kozák 2018-05-31 10:46:05 -07:00
parent 0f574ecb51
commit 37e246ad1c

View file

@ -537,6 +537,7 @@ These frameworks make customizing your zsh setup easier.
* [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.
* [zgen-compinit-tweak](https://github.com/seletskiy/zsh-zgen-compinit-tweak) - Make compinit run only once after all loading is done by zgen.
* [zhooks](https://github.com/agkozak/zhooks) - Display the contents of any ZSH hook arrays and the code of any hook functions that have been defined. Useful for debugging.
* [zinfo_line](https://github.com/kmhjs/zinfo_line) - Makes more information available to ZSH themes.
* [zjump](https://github.com/qoomon/zjump) - Simplify zsh directory navigation; jump to already visited, parent or sub folders
* [zredis](https://github.com/zdharma/zredis) - Adds Redis database support, with `database_key` <-> `shell_variable` binding. Supports all data types.