PHPStorm: Set your shell to ZSH

If you’re a PHPStorm user and also use oh-my-zsh, you can set your default shell to be ZSH in the settings. Head into the preferences, select Terminal, then there is a box for Shell Path, stick in your zsh path – usually /bin/zsh on the mac, like so:

PHPStorm Configuration Settings

Now when you use the Terminal panel, it’ll be zsh instead of bash:

ZSH Terminal within PHPStorm