esp-matter icon indicating copy to clipboard operation
esp-matter copied to clipboard

Adding support for fish shell (CON-1840)

Open noranraskin opened this issue 4 months ago • 1 comments

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.

noranraskin avatar Nov 01 '25 17:11 noranraskin

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Nov 01 '25 17:11 CLAassistant