From 3959c6536f153b4bab5e6da865a91e4201957cda Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Thu, 21 Mar 2024 10:23:52 +0100 Subject: [PATCH] :memo: doc `eval` ssh agent in fish --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 918bd0a..4f94917 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ cat ~/.ssh/id_*_github.pub #### activate ssh ``` echo 'adding key to ssh-agent' -eval `ssh-agent -s` # not just ssh-agent -s +eval `ssh-agent -s` # if using fish shell run: eval "$(ssh-agent -c)" ssh-add ~/.ssh/id_*_github # download dotfiles repo