esp-matter
esp-matter copied to clipboard
Adding support for fish shell (CON-1840)
Description
Adding export.fish which does the same as export.sh just for fish-shell. The provided solution in #1206 didn't work for me as after running bash -c "source export.sh didn't set ESP_MATTER_PATH thus building didn't work
Related
Fixes #1206
Testing
Tested both source export.fish and source ~/esp-matter/export.fish and compiled an example afterwards successfully.
Checklist
Before submitting a Pull Request, please ensure the following:
- [x] 🚨 This PR does not introduce breaking changes.
- [x] All CI checks (GH Actions) pass.
- [x] Documentation is updated as needed.
- [x] Tests are updated or added as necessary.
- [x] Code is well-commented, especially in complex areas.
- [x] Git history is clean — commits are squashed to the minimum necessary.