zsh: fixed $XDG_DATA_HOME having too many /share's

This commit is contained in:
PowerUser64 2022-04-14 10:40:33 -07:00
parent 83acbc6ad9
commit 4b45d1bd3e

View file

@ -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)