Switch keychain from RSA to ed25519
This commit is contained in:
parent
f63807762a
commit
c40b7c2bf2
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.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.
|
||||
|
|
Loading…
Add table
Reference in a new issue