From b33c286d933077870b1fb9e6f7397043dc08c679 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Mon, 22 Apr 2019 20:26:34 +0200 Subject: [PATCH] Add .zprofile --- .zprofile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .zprofile diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..19cee8d --- /dev/null +++ b/.zprofile @@ -0,0 +1,6 @@ +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