From c10c123c952019cf9b6471dbae84fa16a9df86be Mon Sep 17 00:00:00 2001 From: afranco Date: Wed, 31 Jul 2024 14:25:30 +0100 Subject: [PATCH] chore(zsh): changed ZDOTDIR --- .zshenv | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.zshenv b/.zshenv index bc14168..2f5e933 100644 --- a/.zshenv +++ b/.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"