📝 doc eval ssh agent in fish

This commit is contained in:
Daniel Thoren 2024-03-21 10:23:52 +01:00 committed by GitHub
parent 10cdf701de
commit 3959c6536f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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