From c3fa15bb1ed9a1e3b6a6a1274859a78978be36e0 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 23 Mar 2020 20:05:51 +0100 Subject: [PATCH] Update env variables Signed-off-by: Severin Kaderli --- system/.config/custom/env | 1 + 1 file changed, 1 insertion(+) diff --git a/system/.config/custom/env b/system/.config/custom/env index bd34a90..d33ba3b 100644 --- a/system/.config/custom/env +++ b/system/.config/custom/env @@ -89,6 +89,7 @@ export PYTHONSTARTUP="${XDG_CONFIG_HOME}/python/startup.py" export IDEA_JDK="/usr/lib/jvm/jdk-jetbrains" export PHPSTORM_JDK="${IDEA_JDK}" export CLION_JDK="${IDEA_JDK}" +export STUDIO_JDK="${IDEA_JDK}" # zsh export ZDOTDIR="${XDG_CONFIG_HOME}/zsh"