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
commit fd70a2afdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) ### Using [Fisher](https://github.com/jorgebucaran/fisher)
``` ```
fisher add danhper/fish-ssh-agent fisher install danhper/fish-ssh-agent
``` ```
### Manually ### Manually
Put `functions/*` in your `~/.config/fish/functions` directory, Copy `functions` and `conf.d` to your `$__fish_config_dir` directory. That's all.
and source `init.fish` on startup.