summaryrefslogtreecommitdiff
path: root/12_Prompts.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2010-08-18 14:01:45 +0200
committerHugues Hiegel <hugues@hiegel.fr>2010-08-18 14:01:45 +0200
commitd7abc68dbf456203cfa06fa47058784f99c181af (patch)
tree92d0cea2f87996e743e8b896223cf0ce7427a906 /12_Prompts.zsh
parentd2ff177aea43182c37ea6e049c8fc61f231d809b (diff)
[Gpg] allows gpg-agent to be accessible from ~/.zshrc..
Diffstat (limited to '12_Prompts.zsh')
-rw-r--r--12_Prompts.zsh3
1 files changed, 0 insertions, 3 deletions
diff --git a/12_Prompts.zsh b/12_Prompts.zsh
index 0462fac..0819595 100644
--- a/12_Prompts.zsh
+++ b/12_Prompts.zsh
@@ -108,9 +108,6 @@ update_prompt_elements()
[ "$DEBUG" = "yes" ] && echo -n " Agents..."
# GPG/SSH agents
AGENTS=""
- [ -r "${KEYCHAIN}" ] && source ${KEYCHAIN}
- [ -r "${KEYCHAIN}-gpg" ] && source ${KEYCHAIN}-gpg
-
local _is_multibyte_compliant
if ( echo ${(k)options} | grep "multibyte" >/dev/null ) && [ "$options[multibyte]" = "on" ]