From 3d9b08e81ad8ab7d5bb060df601dbe7d79396833 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 24 Dec 2022 15:36:16 +0100 Subject: load ed25519 keys with keychain --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 19808ab..b285ba5 100644 --- a/.profile +++ b/.profile @@ -30,7 +30,7 @@ fi #DISTCC_HOSTS="localhost 192.168.222.252" if [ -x /usr/bin/keychain ]; then - eval `keychain --eval --ignore-missing id_rsa 2C7C3146C1A00121` + eval `keychain --eval --ignore-missing id_rsa id_ed25519 2C7C3146C1A00121` else gpg-connect-agent /bye fi -- cgit v1.2.3