Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a compatibility issue with fish 3.0.x #719

Merged
merged 1 commit into from
Jun 17, 2022
Merged

Fix a compatibility issue with fish 3.0.x #719

merged 1 commit into from
Jun 17, 2022

Conversation

halostatue
Copy link
Contributor

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.

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 jorgebucaran merged commit 01af917 into jorgebucaran:main Jun 17, 2022
@jorgebucaran jorgebucaran added the enhancement New feature or bug fix label Jun 17, 2022
@jorgebucaran
Copy link
Owner

Thank you, @halostatue, perfectly done. 🙌

@halostatue halostatue deleted the fix-3.0.2-compatibility branch June 17, 2022 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants