From 5ea0dac25d698eeaa82c40b1a36ea19e092a7aa8 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 25 Apr 2022 19:08:16 +0200 Subject: [PATCH] Disable Jetbrains JDK for IDEs Signed-off-by: Severin Kaderli --- system/.config/custom/env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/.config/custom/env b/system/.config/custom/env index 4111bc8..e84243e 100644 --- a/system/.config/custom/env +++ b/system/.config/custom/env @@ -81,9 +81,9 @@ mkdir -p "${XDG_DATA_HOME}/python" export PYTHONSTARTUP="${XDG_CONFIG_HOME}/python/startup.py" # Java -export IDEA_JDK="/usr/lib/jvm/jdk-jetbrains" -export PHPSTORM_JDK="${IDEA_JDK}" -export CLION_JDK="${IDEA_JDK}" +#export IDEA_JDK="/usr/lib/jvm/jdk-jetbrains" +#export PHPSTORM_JDK="${IDEA_JDK}" +#export CLION_JDK="${IDEA_JDK}" # zsh export ZDOTDIR="${XDG_CONFIG_HOME}/zsh"