if [[ -f "$USER_ZDOTDIR/.zprofile" ]]; then
  source $USER_ZDOTDIR/.zprofile 2>/dev/null
fi
