From 4b45d1bd3e4f68f19f65ceb3e4cfc2056438c2c6 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Thu, 14 Apr 2022 10:40:33 -0700 Subject: [PATCH] zsh: fixed $XDG_DATA_HOME having too many /share's --- .config/shell/env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/shell/env b/.config/shell/env index 64da3fe..fad3919 100644 --- a/.config/shell/env +++ b/.config/shell/env @@ -29,7 +29,7 @@ export ZSH_CACHE_DIR="${XDG_CACHE_HOME:-$HOME/.cache}/zsh" # Don't add extra space to the right side of the prompt export ZLE_RPROMPT_INDENT=0 -export ZINIT_HOME_DIR="${XDG_DATA_HOME:-$HOME/.local}/share/zinit" +export ZINIT_HOME_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/zinit" # Set documents directory (auto set to the repo the file ~/todo points to is in)