[zsh] added XDG env vars
This commit is contained in:
parent
ed10acc2fe
commit
106857a82d
1 changed files with 4 additions and 0 deletions
4
.zshenv
4
.zshenv
|
@ -8,3 +8,7 @@ if [[ $(uname) == "Darwin" ]]; then
|
||||||
export JAVA_HOME="/opt/homebrew/opt/openjdk@17/libexec/openjdk.jdk/Contents/Home"
|
export JAVA_HOME="/opt/homebrew/opt/openjdk@17/libexec/openjdk.jdk/Contents/Home"
|
||||||
fi
|
fi
|
||||||
export LIBVA_DRIVER_NAME=nvidia
|
export LIBVA_DRIVER_NAME=nvidia
|
||||||
|
export XDG_CONFIG_HOME="${HOME}/.config"
|
||||||
|
export XDG_CACHE_HOME="${HOME}/.cache"
|
||||||
|
export XDG_DATA_HOME="${HOME}/.local/share"
|
||||||
|
export XDG_STATE_HOME="${HOME}/.local/state"
|
||||||
|
|
Loading…
Reference in a new issue