zsh: Remove duplicate setting of machine env variables
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user