diff --git a/.zshrc b/.zshrc index d700fb6..3e67123 100644 --- a/.zshrc +++ b/.zshrc @@ -804,6 +804,9 @@ __end__() { } main() { + if [ -e "$HOME/.zshenv" ]; then + . $HOME/.zshenv + fi __defaults__ __alias__ __sources__