1
0
Fork 0

Zsh: Source ${ZDOTDIR}/.zshenv in ~/.zshenv

This commit is contained in:
tastytea 2022-04-09 06:03:46 +02:00
parent c2f45d5661
commit 762ad2cd4a
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 0 deletions

View File

@ -1 +1,2 @@
export ZDOTDIR="${XDG_CONFIG_HOME:-${HOME}/.config}/zsh"
[[ -f "${ZDOTDIR}"/.zshenv ]] && source "${ZDOTDIR}"/.zshenv