Disable Jetbrains JDK for IDEs
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
6016891186
commit
5ea0dac25d
1 changed files with 3 additions and 3 deletions
|
@ -81,9 +81,9 @@ mkdir -p "${XDG_DATA_HOME}/python"
|
||||||
export PYTHONSTARTUP="${XDG_CONFIG_HOME}/python/startup.py"
|
export PYTHONSTARTUP="${XDG_CONFIG_HOME}/python/startup.py"
|
||||||
|
|
||||||
# Java
|
# Java
|
||||||
export IDEA_JDK="/usr/lib/jvm/jdk-jetbrains"
|
#export IDEA_JDK="/usr/lib/jvm/jdk-jetbrains"
|
||||||
export PHPSTORM_JDK="${IDEA_JDK}"
|
#export PHPSTORM_JDK="${IDEA_JDK}"
|
||||||
export CLION_JDK="${IDEA_JDK}"
|
#export CLION_JDK="${IDEA_JDK}"
|
||||||
|
|
||||||
# zsh
|
# zsh
|
||||||
export ZDOTDIR="${XDG_CONFIG_HOME}/zsh"
|
export ZDOTDIR="${XDG_CONFIG_HOME}/zsh"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue