Update .zshenv to source local env if it exists

This commit is contained in:
2024-04-08 21:42:21 -04:00
parent 9c6d5a1e91
commit ffcb53f6e2

View File

@@ -100,3 +100,5 @@ export GPG_TTY=$(tty)
# Starship Prompt
export STARSHIP_CONFIG="$XDG_CONFIG_HOME/starship/starship.toml"
[ -f "$LOCAL_ENV" ] && source "$LOCAL_ENV"