Update env variables

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2020-03-23 20:05:51 +01:00
parent 1afc729663
commit c3fa15bb1e
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

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