Update env variables
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
53465660c3
commit
ef83abccf1
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@ export MYSQL_HISTFILE="${XDG_DATA_HOME}/mysql/history"
|
|||
mkdir -p "${XDG_DATA_HOME}/python"
|
||||
export PYTHONSTARTUP="${XDG_CONFIG_HOME}/python/startup.py"
|
||||
|
||||
# Java
|
||||
export IDEA_JDK="/usr/lib/jvm/jdk-jetbrains"
|
||||
|
||||
# zsh
|
||||
export ZDOTDIR="${XDG_CONFIG_HOME}/zsh"
|
||||
export HISTFILE="${XDG_DATA_HOME}/zsh/history"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue