Skip to content

Conversation

@erezrokah
Copy link
Contributor

- 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)
image

@erezrokah
Copy link
Contributor Author

@lytedev it would be great if you can verify the changes in this PR

@erezrokah erezrokah added the type: feature code contributing to the implementation of a feature and/or user facing functionality label Mar 1, 2021
@erezrokah erezrokah force-pushed the feat/lm_fish_shell branch from 61b131a to 474148a Compare March 1, 2021 13:06
`
}

return `${CONTENT_COMMENT}if [ -f '${incFilePath}' ]; then source '${incFilePath}'; fi
Copy link
Contributor

@ehmicky ehmicky Mar 1, 2021

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.

@erezrokah erezrokah force-pushed the feat/lm_fish_shell branch from 474148a to 86b2e79 Compare March 9, 2021 15:10
@erezrokah erezrokah force-pushed the feat/lm_fish_shell branch from 86b2e79 to c5a78ef Compare March 15, 2021 11:05
Copy link
Contributor

@ehmicky ehmicky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

This was referenced Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: feature code contributing to the implementation of a feature and/or user facing functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants