Skip to content

Instantly share code, notes, and snippets.

@lossendae
Created March 25, 2020 19:52
Show Gist options
  • Save lossendae/4cb56741eaf7663defb75edfbcf2bb80 to your computer and use it in GitHub Desktop.
Save lossendae/4cb56741eaf7663defb75edfbcf2bb80 to your computer and use it in GitHub Desktop.
PHPStorm Menu (in order to have node loaded) in ~/.local/share/applications/
[Desktop Entry]
Exec=/bin/bash -i -c "/path/to/bin/phpstorm.sh" %f
... or
Exec=/bin/zsh -i -c "/path/to/bin/phpstorm.sh" %f
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment