source local env in zsh as well

This commit is contained in:
James Dixon 2025-03-04 19:19:38 -05:00
parent 9f74d21127
commit 182c6c7044

View File

@ -24,6 +24,9 @@ export HISTFILE=~/.zsh_history
export HISTSIZE=999999999
export SAVEHIST=$HISTSIZE
# source (overwrite) local env variables
[ -r "$HOME/.local/.env" ] && source "$HOME/.local/.env"
# * * * * * * * * *
# Shell Options *
# * * * * * * * * *