From 54bcb0352becafbc0b31e4c1c1dabc64c656ccfb Mon Sep 17 00:00:00 2001 From: Belal Elsabbagh Date: Wed, 11 Feb 2026 10:38:03 +0200 Subject: [PATCH] zsh fix --- .zprofile | 1 - .zshrc | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.zprofile b/.zprofile index 8c3c0d7..1089ab7 100644 --- a/.zprofile +++ b/.zprofile @@ -3,7 +3,6 @@ export EDITOR="nvim" export LANG="en_US.UTF-8" # Set Zinit home directory early -export ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit/zinit.git" # Path helper or custom PATH additions should go here # export PATH="$PATH:/your/custom/bin" diff --git a/.zshrc b/.zshrc index 1c0055b..d8a2075 100644 --- a/.zshrc +++ b/.zshrc @@ -1,3 +1,4 @@ +export ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit/zinit.git" # Set the directory we want to store zinit and plugins [ ! -d $ZINIT_HOME ] && mkdir -p "$(dirname $ZINIT_HOME)" [ ! -d $ZINIT_HOME/.git ] && git clone https://github.com/zdharma-continuum/zinit.git "$ZINIT_HOME"