zk-phi / symon

Tiny graphical system monitor
289 stars 26 forks source link

Support Fish Shell #20

Open martinklepsch opened 9 years ago

martinklepsch commented 9 years ago

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.

zk-phi commented 9 years ago

thanks for reporting. I'm sorry but I don't have a mac and I cannot test. can you fix this, @pierre-lecocq ?

pierre-lecocq commented 9 years ago

Hi guys,

I'll try to see how to fix it duing the coming week. Thanks for the feedback