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:
commit
fd70a2afdd
|
@ -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.
|
|
||||||
|
|
Loading…
Reference in New Issue