jethrokuan / fzf

Ef-🐟-ient fish keybindings for fzf
MIT License
863 stars 65 forks source link

Commit 5a72cd0 has broken file path with fisher #78

Closed maxmilton closed 5 years ago

maxmilton commented 5 years ago

As a result of the new init.fish file introduced in commit https://github.com/jethrokuan/fzf/commit/5a72cd07c3d71441725474236be8e0a04bb9cffd I'm getting errors printed to the console:

source: Error encountered while sourcing file “/home/max/.config/fish/conf.d/conf.d/fzf.fish”:
source: No such file or directory

If I manually change:

source (dirname (status --current-filename))/conf.d/fzf.fish

to:

source (dirname (status --current-filename))/fzf.fish

then things work as expected. Not sure if it has anything to do with this but I've installed the package via fisher.

jethrokuan commented 5 years ago

Resolved by #77, more discussion in #76, thanks for reporting!