Closed
Description
Is there an existing issue for this?
- I have searched the existing issues and discussions
Is this feature request related to a problem?
The fish terminal apparently ignores the #!/bin/zsh
when i run . pm74
or source pm74
. It wants to run the script with the fish syntax and thus returns the following error:
pm74 (line 5): $ is not a valid variable in fish.
[[ $ZSH_EVAL_CONTEXT =~ :file$ ]] \
^
from sourcing file pm74
source: Error while reading file 'pm74'
Describe the solution you'd like to see
Add support for fish shell. Maybe some sort of shell checking when the helper binaries are created.
Additional information or context
No response