From 7842482269b3f68f38ea03e11ac2ce414fa3f426 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Tue, 14 May 2019 16:38:08 +0200 Subject: [PATCH] Remove IntelliJ IDEA jdk env var force --- .zprofile | 3 --- 1 file changed, 3 deletions(-) diff --git a/.zprofile b/.zprofile index 19cee8d..3304d79 100644 --- a/.zprofile +++ b/.zprofile @@ -1,6 +1,3 @@ -export IDEA_JDK_64=/usr/lib/jvm/jdk-jetbrains-11.0.2/ -export IDEA_JDK=/usr/lib/jvm/jdk-jetbrains-11.0.2/ - if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then exec startx fi