Modified profile file for keychain

This commit is contained in:
Xavier Logerais 2017-05-17 14:28:26 +02:00
parent c45e51523c
commit c44365c6c5

View File

@ -2,5 +2,5 @@
if $(which keychain &> /dev/null) if $(which keychain &> /dev/null)
then then
eval $(keychain --agents ssh,gpg) eval $(keychain --agents ssh,gpg --eval)
fi fi