jamesob / desk

A lightweight workspace manager for the shell
MIT License
2.54k stars 112 forks source link

IntelliJ (phpstorm) error on desk open. #81

Open wesselvdv opened 6 years ago

wesselvdv commented 6 years ago

I am getting the following error when trying to open a Deskfile in the terminal window of PhpStorm:

/usr/local/bin/desk: line 133: exec: jediterm-bash.in --bash -i: not found

Seems to be because the terminal plugin in Phpstorm is opening terminal sessions with additional flags which contain a path. This makes the approach chosen by desk to determine the shell interpreter impossible.

/bin/bash --rcfile /Users/wesselvdv/Library/Application Support/JetBrains/Toolbox/apps/PhpStorm/ch-0/182.3911.43/PhpStorm.app/Contents/plugins/terminal/jediterm-bash.in --login -i
wesselvdv commented 6 years ago

@jamesob Any chance you can update the brew formula as well? Or am I missing something.