Add .zprofile

This commit is contained in:
Alice Gaudon 2019-04-22 20:26:34 +02:00
parent e7e3eaf528
commit b33c286d93
1 changed files with 6 additions and 0 deletions

6
.zprofile Normal file
View File

@ -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