xsession: unset TERM

When using startx, it is set, we don't want that.
This commit is contained in:
Vincent Bernat 2021-10-17 08:33:26 +02:00
parent f854a0fedf
commit 91419dbe35

2
dotfiles/xsession Normal file → Executable file
View file

@ -1,5 +1,7 @@
#!/bin/sh
unset TERM
# Ensure we use the appropriate gtkrc-2.0 file
export GTK2_RC_FILES=$HOME/.gtkrc-2.0