install: don't source .zshenv (no longer needed)

This commit is contained in:
Fernando Schauenburg 2021-11-22 09:12:14 +01:00
parent ab7d7241d4
commit 8d6ccad8f7

View file

@ -5,7 +5,6 @@ export DOTFILES="$(dirname "$(realpath "$0")")"
export DEFAULT_GIT_USER="Fernando Schauenburg" export DEFAULT_GIT_USER="Fernando Schauenburg"
export DEFAULT_GIT_EMAIL="fernando@schauenburg.me" export DEFAULT_GIT_EMAIL="fernando@schauenburg.me"
. "$DOTFILES/zsh/.zshenv"
[ -f "$DOTFILES/config" ] && . "$DOTFILES/config" [ -f "$DOTFILES/config" ] && . "$DOTFILES/config"
main() { main() {