Updates to look for additional local environment variables

This commit is contained in:
2024-03-23 08:55:07 -04:00
parent 090b0fb2f3
commit a2e6d3e825
3 changed files with 7 additions and 10 deletions

View File

@@ -1,4 +1,8 @@
# This needs placed in the ~/.zshenv
#
# This sources general default environment variables from `ZDOTDIR`, local overrides may be stored
# in `$XDG_DATA_HOME/zsh/env.zsh`. The `ZDOTDIR/.zshrc-local` is a legacy file location that I used,
# but should be removed when all my machines are updated to use the local overrides file.
export ZDOTDIR="$HOME/.config/zsh"
[ -f "$ZDOTDIR/.zshenv" ] && source "$ZDOTDIR/.zshenv"