-
Notifications
You must be signed in to change notification settings - Fork 356
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
feat(command-lm): add PATH configuration for fish shell #1943
Conversation
@lytedev it would be great if you can verify the changes in this PR |
61b131a
to
474148a
Compare
src/utils/lm/install.js
Outdated
` | ||
} | ||
|
||
return `${CONTENT_COMMENT}if [ -f '${incFilePath}' ]; then source '${incFilePath}'; fi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe test -f ... && source
might be sh-compatible? If so, we could use the same string for both shells.
This would also be more future-proof, since most Unix shells are sh-compatible.
474148a
to
86b2e79
Compare
86b2e79
to
c5a78ef
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
- Summary
Replaces netlify/netlify-lm-plugin#42
- Test plan
Existing tests are passing
- Description for the changelog
Add
fish
shell support for Large Media install command- A picture of a cute animal (not mandatory but encouraged)