xsession: don't try to unset TERM

It's too late.
This commit is contained in:
Vincent Bernat 2021-10-17 12:25:01 +02:00
parent ae050a18dc
commit b61697ac74

View file

@ -1,8 +1,7 @@
#!/bin/sh #!/bin/sh
# Don't read anything from stdin.
exec < /dev/null exec < /dev/null
unset TERM
systemctl --user unset-environment TERM
# Ensure we use the appropriate gtkrc-2.0 file # Ensure we use the appropriate gtkrc-2.0 file
export GTK2_RC_FILES=$HOME/.gtkrc-2.0 export GTK2_RC_FILES=$HOME/.gtkrc-2.0