📝 doc eval ssh agent in fish
This commit is contained in:
parent
10cdf701de
commit
3959c6536f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue