You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(env): fix fish shell wrapper for vp env use (#1141)
1. Pass `FISH_VERSION` to the `vp` command so shell detection works
correctly
2. Use `string join ';'` to properly format multi-line output for `eval`
Fixes#1069
0 commit comments