diff --git a/README.md b/README.md index d639e29..636902b 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/init.fish b/conf.d/fish-ssh-agent.fish similarity index 100% rename from init.fish rename to conf.d/fish-ssh-agent.fish