fix(install): emit fish-native PATH syntax for fish configs (#319)
cbm_ensure_path appended `export PATH="<dir>:$PATH"` to every shell rc, including config.fish — which is a syntax error in fish and broke users fish config. Detect a .fish target and emit `fish_add_path <dir>` instead (idempotent, prepends only if absent). POSIX shells are unchanged.
M
Martin Vogel committed
30dfa952d95f2d577c8f8b17c6ca71ac3796e917
Parent: 7fad5bc