Skip to content

Instantly share code, notes, and snippets.

@rahulhaque
Last active November 17, 2022 17:16
Show Gist options
  • Save rahulhaque/781614b533492ac7bcdf2594c2443fdf to your computer and use it in GitHub Desktop.
Save rahulhaque/781614b533492ac7bcdf2594c2443fdf to your computer and use it in GitHub Desktop.
Tilix in IntelliJ

IntelliJ (PHPStorm, WebStorm, Pycharm etc.)

Requirments

  • zsh

Setup

Go to File->Settings->Tools->Terminal and add below line in Shell path

# To start default Tilix in project directory
/usr/bin/zsh -i -c "nohup tilix >/dev/null 2>&1 &"

# To start Tilix with saved session setting in project directory
/usr/bin/zsh -i -c "nohup tilix -s tilix.json >/dev/null 2>&1 &"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment