From b1800ca7d42bab16c6afbbbc43b2f1b86fe1275e Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 23 Jul 2015 11:26:07 +0100 Subject: prepare for keychain 2.8 --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 3ba80ce..8cad899 100644 --- a/.bash_profile +++ b/.bash_profile @@ -11,7 +11,7 @@ source ~/perl5/perlbrew/etc/bashrc export PATH="${HOME}/bin:${PATH}" export GPG_TTY="$(tty)" -eval "$(keychain --eval --noask --inherit any-once id_rsa id_ed25519 75193F88 D7A5DBBE)" +eval "$(keychain --eval --noask --inherit any-once --agents gpg,ssh id_rsa id_ed25519 75193F88 D7A5DBBE)" function e() { emacsclient "$@" -- cgit v1.2.3