zsh: fixed $XDG_DATA_HOME having too many /share's
This commit is contained in:
parent
83acbc6ad9
commit
4b45d1bd3e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue