[zsh] changed ZDOTDIR
This commit is contained in:
parent
db0658c0f5
commit
8e64c3d0c9
1 changed files with 1 additions and 15 deletions
16
.zshenv
16
.zshenv
|
@ -1,16 +1,2 @@
|
|||
#This is used to reload the instance
|
||||
TRAPUSR1() {
|
||||
if [[ -o INTERACTIVE ]]; then
|
||||
exec "${SHELL}"
|
||||
fi
|
||||
}
|
||||
if [[ $(uname) == "Darwin" ]]; then
|
||||
export JAVA_HOME="/opt/homebrew/opt/openjdk@17/libexec/openjdk.jdk/Contents/Home"
|
||||
else
|
||||
export LIBVA_DRIVER_NAME=nvidia
|
||||
fi
|
||||
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"
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
|
||||
|
|
Loading…
Reference in a new issue