Fix installation instructions

This commit is contained in:
Jorge Bucaran 2020-11-11 12:41:31 +09:00 committed by GitHub
parent 14b533bec6
commit 5aef1fc2d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -19,10 +19,9 @@ to your `config.fish`, reload your shell and run `fundle install`.
### Using [Fisher](https://github.com/jorgebucaran/fisher)
```
fisher add danhper/fish-ssh-agent
fisher install danhper/fish-ssh-agent
```
### Manually
Put `functions/*` in your `~/.config/fish/functions` directory,
and source `init.fish` on startup.
Copy `functions` and `conf.d` to your `$__fish_config_dir` directory. That's all.