Merge pull request #15 from jorgebucaran/master

Remove init.fish, use conf.d snippets to load configuration on shell start
This commit is contained in:
Daniel Perez
2020-11-11 09:34:22 +00:00
committed by GitHub
2 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.