From 4fea739ab61db9427052fc87fd009aa2c6f5b928 Mon Sep 17 00:00:00 2001 From: fwalch Date: Sun, 29 May 2011 03:34:06 -0700 Subject: [PATCH] Added short gpg-agent plugin description. --- Plugins.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 20a4d1a..50cdd82 100644 --- a/Plugins.md +++ b/Plugins.md @@ -1,4 +1,3 @@ - Enable the plugins you want by editing your _~/.zshrc_ file. Example: plugins=(rails3 git ruby) @@ -147,6 +146,12 @@ Clean apt cache **Maintainer:** [robbyrussell](https://github.com/robbyrussell) +## gpg-agent + +* gpg-agent - starts gpg-agent (with ssh support) if not running and includes its environment variables + +**Maintainer:** [fwalch](https://github.com/fwalch) + ## git * git - adds a lot of git aliases ( g*x* e.g. gd - git diff) and functions for pulling for dealing with the current branch