From c40b7c2bf2f775fe5baf525b1937a0e4048e6b4d Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Sun, 16 Apr 2023 08:54:51 -0700 Subject: [PATCH] Switch keychain from RSA to ed25519 --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 99686c1..b1282e5 100644 --- a/.zshrc +++ b/.zshrc @@ -4,7 +4,7 @@ export LANG=en_US.UTF-8 if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then SESSION_TYPE=ssh else - eval `keychain --eval id_rsa` + eval `keychain --eval id_ed25519` fi # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.