symon
symon copied to clipboard
Support Fish Shell
start-process-shell-command
uses the users shell to start the given command. As syntax in Fish shell is slightly different (symon-darwin--maybe-start-process)
doesn't work when $SHELL
is Fish.
Maybe an easy solution to this would be to pipe the command to bash via bash -c
. Not sure if it's that easy though.
thanks for reporting. I'm sorry but I don't have a mac and I cannot test. can you fix this, @pierre-lecocq ?
Hi guys,
I'll try to see how to fix it duing the coming week. Thanks for the feedback