Update README.md

This commit is contained in:
kyb
2019-02-19 20:28:21 +00:00
parent 53ea75f037
commit 0ff3b79de9

View File

@@ -15,9 +15,16 @@ fish_ssh_agent
## Installation ## Installation
```fish ```fish
wget https://gitlab.com/kyb/fish_ssh_agent/raw/kyb/functions/fish_ssh_agent.fish -P ~/.config/fish/functions/ wget https://gitlab.com/kyb/fish_ssh_agent/raw/master/functions/fish_ssh_agent.fish -P ~/.config/fish/functions/
``` ```
### Autostart
Append next line to `~/.config/fish/config.fish`
```fish
fish_ssh_agent
```
## Useful note ## Useful note
Add this line to `~/.ssh/config` Add this line to `~/.ssh/config`
``` ```