From fc6c248e82359e327d051f9e6968eff6eb99d369 Mon Sep 17 00:00:00 2001 From: Stig Sandbeck Mathisen Date: Sun, 24 Nov 2013 11:01:26 -0800 Subject: [PATCH] Add information about the "pyenv" plugin --- Plugins.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Plugins.md b/Plugins.md index 3437c54..5a04d94 100644 --- a/Plugins.md +++ b/Plugins.md @@ -570,6 +570,12 @@ per-directory-history - tracks previous command history both per current directo A simple [powify](https://github.com/sethvargo/powify) autocomplete plugin. It includes all commands, subcomands, and rack app name autocompletion where needed. +## pyenv +**Maintainer:** [ssm](https://github.com/ssm) + +* Completion for the [pyenv](https://github.com/yyuu/pyenv) command, which maintains local python installations. +* Exports a "pyenv_prompt_info()" function for your custom prompt. + ## rails **Maintainer:** [robbyrussell][robbyrussell]