wfxr / forgit

:zzz: A utility tool powered by fzf for using git interactively.
MIT License
4.32k stars 136 forks source link

Fish: Allow git-forgit in vendor_conf.d #272

Closed sandr01d closed 1 year ago

sandr01d commented 1 year ago

Check list

Description

In the fish wrapper, assume forgit-git to be in vendor_conf.d/bin in case it can not be found in conf.d/bin. This fixes forgit not working with fish when located in /usr/share/fish/vendor_conf.d, as is the case with the forgit and forgit-git AUR packages. The location at conf.d is kept (and stays the default), so forgit does not break compatibility with fish plugin managers, such as fisher.

Closes #270

Type of change

Test environment

cjappl commented 1 year ago

Seems harmless to me!