diff --git a/README.md b/README.md index c12d87b..774c088 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,11 @@ fish_ssh_agent ```fish wget https://gitlab.com/kyb/fish_ssh_agent/raw/kyb/functions/fish_ssh_agent.fish -P ~/.config/fish/functions/ -``` \ No newline at end of file +``` + +## Useful note +Add this line to `~/.ssh/config` +``` +AddKeysToAgent yes +``` +With option enabled keys used by ssh will be automatically added to ssh-agent. No need to call `ssh-add`.