From 186f15b34bd3f0282c5f4f9ae4cd9306c6d62f85 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Mon, 28 Jan 2008 16:35:59 +0100 Subject: =?utf-8?q?suppression=20de=20toutes=20les=20utilisations=20inutiles=20de=20keychain =20qui=20ralentissaient=20BEAUCOUP=20TROP=20le=20d=C3=A9marrage=20de=20zsh...?= MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------1.5.4.1" This is a multi-part message in MIME format. --------------1.5.4.1 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: 8bit --- 10_Environment.zsh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '10_Environment.zsh') diff --git a/10_Environment.zsh b/10_Environment.zsh index 335ea37..9919756 100644 --- a/10_Environment.zsh +++ b/10_Environment.zsh @@ -18,11 +18,11 @@ ## Agent de clefs SSH/GPG KEYCHAIN=~/.keychain/$(hostname)-sh -[ -f ${KEYCHAIN} ] && source ${KEYCHAIN} -[ -f ${KEYCHAIN}-gpg ] && source ${KEYCHAIN}-gpg -( ps fax | grep -v grep | grep $SSH_AGENT_PID 2>&- >&- ) || ( cmd_exists keychain && keychain --quiet --stop others --inherit any ) && \ - [ -f ${KEYCHAIN} ] && source ${KEYCHAIN} ;\ - [ -f ${KEYCHAIN}-gpg ] && source ${KEYCHAIN}-gpg +#[ -f ${KEYCHAIN} ] && source ${KEYCHAIN} +#[ -f ${KEYCHAIN}-gpg ] && source ${KEYCHAIN}-gpg +#( ps fu | grep -v grep | grep $SSH_AGENT_PID 2>&- >&- ) || ( cmd_exists keychain && keychain --quiet --stop others --inherit any ) && \ +# [ -f ${KEYCHAIN} ] && source ${KEYCHAIN} ;\ +# [ -f ${KEYCHAIN}-gpg ] && source ${KEYCHAIN}-gpg ## Colors VOID=0 -- cgit v1.2.3