Switch keychain from RSA to ed25519

This commit is contained in:
Trysdyn Black 2023-04-16 08:54:51 -07:00
parent f63807762a
commit c40b7c2bf2

2
.zshrc
View file

@ -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.