From 458a41084e370e906cb08aa694a845aac1fab0cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Tue, 3 Mar 2020 17:18:21 +0100 Subject: [PATCH] zsh: Remove duplicate setting of machine env variables --- zsh/zprofile.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zsh/zprofile.j2 b/zsh/zprofile.j2 index b64ad91..54fba6e 100644 --- a/zsh/zprofile.j2 +++ b/zsh/zprofile.j2 @@ -47,10 +47,6 @@ export ACPI_LID_NAME=LID umask 0022 -{% for k, v in machine.environment.items() %} -export {{ k }}="{{ v }}" -{% endfor %} - # exec startx breaks some logind fuckery, without exec it works if [[ -z $DISPLAY ]] ; then if (( $XDG_VTNR == {{ user.vt }} )) ; then