From ea473875836e61f0a0eec8822b9bc6ec64cf17f5 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 25 Apr 2023 10:32:08 -0500 Subject: [PATCH] initialize and load ssh-agent --- zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index ef0090e..333b87f 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -30,4 +30,7 @@ fi if type mcfly > /dev/null; then eval "$(mcfly init zsh)" fi +eval "$(ssh-agent)" +ssh-add ~/.ssh/id_ed25519 +