jorgebucaran / fisher

A plugin manager for Fish
https://git.io/fisher
MIT License
7.7k stars 263 forks source link

Fix a compatibility issue with fish 3.0.x #719

Closed halostatue closed 2 years ago

halostatue commented 2 years ago

I have a docker image that can install fish, but it is verison 3.0.2. The bash-compatible mechnism of fish_path=(status fish-path) command was not added until after 3.0.2, probably 3.1. By setting fish_path earlier in the fuction, Fisher has full compatibility with this earlier version of Fish 3.

jorgebucaran commented 2 years ago

Thank you, @halostatue, perfectly done. 🙌