Merge branch 'master' of ssh://mathieu@hectorone.homedns.org/home/mathieu/GitProject/config

This commit is contained in:
Mathieu Maret 2010-11-10 15:31:21 +01:00
commit 58fd4cad4c
1 changed files with 7 additions and 0 deletions

View File

@ -82,3 +82,10 @@ autoload -U zsh-mime-setup
autoload -U zsh-mime-handler
zsh-mime-setup
if [ -f "${HOME}/.gpg-agent-info" ]; then
. "${HOME}/.gpg-agent-info"
export GPG_AGENT_INFO
export SSH_AUTH_SOCK
export SSH_AGENT_PID
fi