zsh: Remove duplicate setting of machine env variables

This commit is contained in:
2020-03-03 17:18:21 +01:00
parent 97e2dfda97
commit 458a41084e

View File

@@ -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