From 7bdb5a4d8e994a81851ea663ebb03dbf02d5a1fa Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Sat, 3 Aug 2019 10:50:01 +0300 Subject: [PATCH] IntelliJ needs visible terminal for some reason to start. --- tools/open with IntelliJ IDEA | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/open with IntelliJ IDEA b/tools/open with IntelliJ IDEA index 1f82875..b8baee2 100755 --- a/tools/open with IntelliJ IDEA +++ b/tools/open with IntelliJ IDEA @@ -1,6 +1,6 @@ #!/bin/bash -cd "${0%/*}" +cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi; cd .. idea . -- 2.20.1