From 347268e0bcefc4784fbd359063a8b3aef97f6dda Mon Sep 17 00:00:00 2001 From: Joe Block Date: Fri, 20 Oct 2017 12:45:33 -0600 Subject: [PATCH] Add pyenv-lazy plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ecd7142..89137ec 100644 --- a/README.md +++ b/README.md @@ -347,6 +347,7 @@ These frameworks make customizing your zsh setup easier. * [project.plugin.zsh](https://github.com/voronkovich/project.plugin.zsh) - Plugin for managing projects. * [project](https://github.com/gko/project) - Create node/python/ruby project both locally and on github(private or public repository). * [proxy-plugin](https://github.com/escalate/oh-my-zsh-proxy-plugin) - Aliases to manage proxy shell environment settings. +* [pyenv-lazy](https://github.com/davidparsson/zsh-pyenv-lazy) - Lazy load pyenv. The initial `eval "$(pyenv init -)"`` is executed the first time pyenv is called. * [randeme](https://github.com/ex-surreal/randeme) - Chooses a random theme for each session. If you not like the chosen theme you can run `randeme_rm` to never show that theme again. * [reminder](https://github.com/AlexisBRENON/oh-my-zsh-reminder) - A plugin which displays reminders above every prompt. * [revolver](https://github.com/molovo/revolver) - A progress spinner for ZSH scripts.